search for: heapsizeatexit

Displaying 5 results from an estimated 5 matches for "heapsizeatexit".

2005 Apr 02
2
[LLVMdev] Running Pool Allocated programs
...to run a program optimized with the Pool Allocation, but I am receiving this error: ==================== libpoolalloc.so: undefined symbol: _ZTIN4llvm16EquivClassGraphsE -load request ignored. *** 4 DYNAMIC POOLS INITIALIZED *** *** 4 DYNAMIC POOLS ALLOCATED FROM *** MaxHeapSize = 0.062500KB HeapSizeAtExit = 0.062500KB NOTE: only valid if using Heuristic=AllPools and no bumpptr/realloc! ==================== I have tried to link the program with the Analysis and with Datastructure libs: llvm-gcc -o test test.opt.bc -lpoolalloc -lpoolalloc_rt -lLLVMDataStructure -lLLVMAnalysis But I am still recei...
2005 Apr 02
0
[LLVMdev] Running Pool Allocated programs
...Apr 2005, Ricardo wrote: > Hello, > I am trying to run a program optimized with the Pool Allocation, but I am receiving this error: > > ==================== > > *** 4 DYNAMIC POOLS INITIALIZED *** > > *** 4 DYNAMIC POOLS ALLOCATED FROM *** > > MaxHeapSize = 0.062500KB HeapSizeAtExit = 0.062500KB NOTE: only valid if using > Heuristic=AllPools and no bumpptr/realloc! > ==================== This output is what happens when you link with the debug version of the runtime library. If you rebuild the FL2Allocator with 'make ENABLE_OPTIMIZED=1' and link with the re...
2005 Apr 03
2
[LLVMdev] Running Pool Allocated programs
...m trying to run a program optimized with the Pool Allocation, but I am receiving this > error: > > > > ==================== > > > > *** 4 DYNAMIC POOLS INITIALIZED *** > > > > *** 4 DYNAMIC POOLS ALLOCATED FROM *** > > > > MaxHeapSize = 0.062500KB HeapSizeAtExit = 0.062500KB NOTE: only valid if using > > Heuristic=AllPools and no bumpptr/realloc! > > ==================== > > This output is what happens when you link with the debug version of the > runtime library. If you rebuild the FL2Allocator with 'make > ENABLE_OPTIMIZ...
2005 Apr 03
0
[LLVMdev] Running Pool Allocated programs
...timized with the Pool Allocation, but I am receiving this >> error: >>> >>> ==================== >>> >>> *** 4 DYNAMIC POOLS INITIALIZED *** >>> >>> *** 4 DYNAMIC POOLS ALLOCATED FROM *** >>> >>> MaxHeapSize = 0.062500KB HeapSizeAtExit = 0.062500KB NOTE: only valid if using >>> Heuristic=AllPools and no bumpptr/realloc! >>> ==================== >> >> This output is what happens when you link with the debug version of the >> runtime library. If you rebuild the FL2Allocator with 'make >...
2005 Apr 03
1
[LLVMdev] Running Pool Allocated programs
...ceiving this > >> error: > >>> > >>> ==================== > >>> > >>> *** 4 DYNAMIC POOLS INITIALIZED *** > >>> > >>> *** 4 DYNAMIC POOLS ALLOCATED FROM *** > >>> > >>> MaxHeapSize = 0.062500KB HeapSizeAtExit = 0.062500KB NOTE: only valid if using > >>> Heuristic=AllPools and no bumpptr/realloc! > >>> ==================== > >> > >> This output is what happens when you link with the debug version of the > >> runtime library. If you rebuild the FL2Allo...