Home
last modified time | relevance | path

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

/external/stlport/test/eh/
Dnc_alloc.cpp173 inline char* AllocateBlock(size_t s) { in AllocateBlock() function
189 char *p = AllocateBlock(s); in OperatorNew()
/external/llvm/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp125 FreeRangeHeader *AllocateBlock();
132 FreeRangeHeader *FreeRangeHeader::AllocateBlock() { in AllocateBlock() function in FreeRangeHeader
361 FreeMemoryList = candidateBlock->AllocateBlock(); in startFunctionBody()
419 FreeMemoryList = FreeMemoryList->AllocateBlock(); in allocateSpace()
/external/v8/src/
Dlog-utils.h67 void AllocateBlock(int index) { in AllocateBlock() function
Dlog-utils.cc47 AllocateBlock(0); in LogDynamicBuffer()
115 AllocateBlock(++block_index_); in WriteInternal()