Home
last modified time | relevance | path

Searched refs:AllocateBlock (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp142 FreeRangeHeader *AllocateBlock();
149 FreeRangeHeader *FreeRangeHeader::AllocateBlock() { in AllocateBlock() function in FreeRangeHeader
386 FreeMemoryList = candidateBlock->AllocateBlock(); in startFunctionBody()
444 FreeMemoryList = FreeMemoryList->AllocateBlock(); in allocateSpace()
509 FreeMemoryList = candidateBlock->AllocateBlock(); in allocateCodeSection()
/external/stlport/test/eh/
Dnc_alloc.cpp173 inline char* AllocateBlock(size_t s) { in AllocateBlock() function
189 char *p = AllocateBlock(s); in OperatorNew()