blob: cc461f15dfc0d687ffb80d9853f9567d6d2dce0f [file] [log] [blame]
Reid Spencer41b21bf2004-09-11 04:57:25 +00001//===- Unix/Memory.cpp - Generic UNIX System Configuration ------*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file was developed by Reid Spencer and is distributed under the
6// University of Illinois Open Source License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9//
10// This file defines some functions for various memory management utilities.
11//
12//===----------------------------------------------------------------------===//
13
14#include "Unix.h"
15
16namespace llvm {
17
18}
19
20// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab