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)
commit1b10d798d742860e677b13db13162ead8db647b1
treeee17a7e75c39f49938290374cb6bba036e83bf53
parentf485b3bbab86274161e2b56e829b404cce227675
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77520 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/JITMemoryManager.cpp