[llvm-commits] CVS: llvm/lib/System/Unix/Memory.cpp
Reid Spencer
reid at x10sys.com
Fri Sep 10 21:57:35 PDT 2004
Changes in directory llvm/lib/System/Unix:
Memory.cpp added (r1.1)
---
Log message:
Provide a generic Unix implementation of the Memory concept.
---
Diffs of the changes: (+20 -0)
Index: llvm/lib/System/Unix/Memory.cpp
diff -c /dev/null llvm/lib/System/Unix/Memory.cpp:1.1
*** /dev/null Fri Sep 10 23:57:35 2004
--- llvm/lib/System/Unix/Memory.cpp Fri Sep 10 23:57:25 2004
***************
*** 0 ****
--- 1,20 ----
+ //===- Unix/Memory.cpp - Generic UNIX System Configuration ------*- C++ -*-===//
+ //
+ // The LLVM Compiler Infrastructure
+ //
+ // This file was developed by Reid Spencer and is distributed under the
+ // University of Illinois Open Source License. See LICENSE.TXT for details.
+ //
+ //===----------------------------------------------------------------------===//
+ //
+ // This file defines some functions for various memory management utilities.
+ //
+ //===----------------------------------------------------------------------===//
+
+ #include "Unix.h"
+
+ namespace llvm {
+
+ }
+
+ // vim: sw=2 smartindent smarttab tw=80 autoindent expandtab
More information about the llvm-commits
mailing list