Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp303 FreeRangeHeader *FreeMemoryList; member in __anonc4b138420211::DefaultJITMemoryManager
349 FreeRangeHeader* candidateBlock = FreeMemoryList; in startFunctionBody()
350 FreeRangeHeader* head = FreeMemoryList; in startFunctionBody()
378 FreeMemoryList = candidateBlock->AllocateBlock(); in startFunctionBody()
411 NewBlock->AddToFreeList(FreeMemoryList); in allocateNewCodeSlab()
429 FreeMemoryList =CurBlock->TrimAllocationToSize(FreeMemoryList, BlockSize); in endFunctionBody()
435 CurBlock = FreeMemoryList; in allocateSpace()
436 FreeMemoryList = FreeMemoryList->AllocateBlock(); in allocateSpace()
445 FreeMemoryList =CurBlock->TrimAllocationToSize(FreeMemoryList, BlockSize); in allocateSpace()
468 FreeRangeHeader* candidateBlock = FreeMemoryList; in allocateCodeSection()
[all …]