[llvm-commits] [poolalloc] r122696 - /poolalloc/trunk/runtime/FL2Allocator/PoolAllocator.cpp

Arushi Aggarwal aggarwa4 at illinois.edu
Sun Jan 2 05:38:27 PST 2011


Author: aggarwa4
Date: Sun Jan  2 07:38:26 2011
New Revision: 122696

URL: http://llvm.org/viewvc/llvm-project?rev=122696&view=rev
Log:
Tracking dynamic pools.

Modified:
    poolalloc/trunk/runtime/FL2Allocator/PoolAllocator.cpp

Modified: poolalloc/trunk/runtime/FL2Allocator/PoolAllocator.cpp
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/runtime/FL2Allocator/PoolAllocator.cpp?rev=122696&r1=122695&r2=122696&view=diff
==============================================================================
--- poolalloc/trunk/runtime/FL2Allocator/PoolAllocator.cpp (original)
+++ poolalloc/trunk/runtime/FL2Allocator/PoolAllocator.cpp Sun Jan  2 07:38:26 2011
@@ -27,6 +27,8 @@
 #define INITIAL_SLAB_SIZE 4096
 #define LARGE_SLAB_SIZE   4096
 
+#define PRINT_NUM_POOLS          // Print use dynamic # pools info
+
 #ifndef NDEBUG
 #define NDEBUG
 #endif





More information about the llvm-commits mailing list