[llvm-commits] CVS: poolalloc/runtime/PoolAllocator/PoolAllocator.h

Dinakar Dhurjati dhurjati at cs.uiuc.edu
Sat Nov 8 18:55:01 PST 2003


Changes in directory poolalloc/runtime/PoolAllocator:

PoolAllocator.h updated: 1.5 -> 1.6

---
Log message:

Added poolcheck


---
Diffs of the changes:  (+1 -0)

Index: poolalloc/runtime/PoolAllocator/PoolAllocator.h
diff -u poolalloc/runtime/PoolAllocator/PoolAllocator.h:1.5 poolalloc/runtime/PoolAllocator/PoolAllocator.h:1.6
--- poolalloc/runtime/PoolAllocator/PoolAllocator.h:1.5	Sat Nov  8 16:44:59 2003
+++ poolalloc/runtime/PoolAllocator/PoolAllocator.h	Sat Nov  8 18:54:34 2003
@@ -34,6 +34,7 @@
   void pooldestroy(PoolTy *Pool);
   void *poolalloc(PoolTy *Pool, unsigned NumBytes);
   void poolfree(PoolTy *Pool, void *Node);
+  void poolcheck(PoolTy *Pool, void *Node);
 }
 
 #endif





More information about the llvm-commits mailing list