In TrimAllocationToSize, if a block is below the minimum allocation size,
authorNicolas Geoffray <nicolas.geoffray@lip6.fr>
Wed, 29 Jul 2009 22:55:02 +0000 (22:55 +0000)
committerNicolas Geoffray <nicolas.geoffray@lip6.fr>
Wed, 29 Jul 2009 22:55:02 +0000 (22:55 +0000)
commit956a86445cf8cd2961c42f2a3a47baefd7ed8533
tree40ecfbbf7f44847586e1f4b939a4231611445aa4
parent47d02732e082e468dff1a96a925d38eebd7a1bb1
In TrimAllocationToSize, if a block is below the minimum allocation size,
there is no new block added to the free list. Therefore on the next
startFunctionBody call, a new slab must be allocated.

llvm-svn: 77520
llvm/lib/ExecutionEngine/JIT/JITMemoryManager.cpp