Searched refs:AllocateBlock (Results 1 – 2 of 2) sorted by relevance
142 FreeRangeHeader *AllocateBlock();149 FreeRangeHeader *FreeRangeHeader::AllocateBlock() { in AllocateBlock() function in FreeRangeHeader386 FreeMemoryList = candidateBlock->AllocateBlock(); in startFunctionBody()444 FreeMemoryList = FreeMemoryList->AllocateBlock(); in allocateSpace()509 FreeMemoryList = candidateBlock->AllocateBlock(); in allocateCodeSection()
173 inline char* AllocateBlock(size_t s) { in AllocateBlock() function189 char *p = AllocateBlock(s); in OperatorNew()