Searched refs:LastSlab (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/unittests/Support/
H A DAllocatorTest.cpp107 MemSlab *LastSlab; member in class:__anon10560::MockSlabAllocator
127 LastSlab = Slab;
136 return LastSlab;
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp288 /// LastSlab - This points to the last slab allocated and is used as the
293 sys::MemoryBlock LastSlab; member in class:__anon10056::DefaultJITMemoryManager
601 LastSlab(0, 0),
676 sys::MemoryBlock *LastSlabPtr = LastSlab.base() ? &LastSlab : 0;
682 LastSlab = B;

Completed in 175 milliseconds