Searched refs:initializeAllocation (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/angle/src/common/ |
H A D | PoolAlloc.cpp | 377 return initializeAllocation(memory, numBytes); in allocate() 412 return initializeAllocation(currentPagePtr + preAllocationPadding, numBytes); in allocate() 416 return initializeAllocation(newPageAddr, numBytes); in allocate() 466 void *PoolAllocator::initializeAllocation(uint8_t *memory, size_t numBytes) in initializeAllocation() function in angle::PoolAllocator
|
H A D | PoolAlloc.h | 155 void *initializeAllocation(uint8_t *memory, size_t numBytes);
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | PoolAlloc.cpp | 244 return initializeAllocation(inUseList, memory, numBytes); in allocate() 287 return initializeAllocation(inUseList, ret, numBytes); in allocate()
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
H A D | PoolAlloc.cpp | 251 return initializeAllocation(inUseList, memory, numBytes); in allocate() 294 return initializeAllocation(inUseList, ret, numBytes); in allocate()
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/ |
H A D | PoolAlloc.h | 223 void* initializeAllocation(tHeader*, unsigned char* memory, size_t) { in initializeAllocation() function 225 void* initializeAllocation(tHeader* block, unsigned char* memory, size_t numBytes) { in initializeAllocation()
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/Include/ |
D | PoolAlloc.h | 223 void* initializeAllocation(tHeader*, unsigned char* memory, size_t) { in initializeAllocation() function 225 void* initializeAllocation(tHeader* block, unsigned char* memory, size_t numBytes) { in initializeAllocation()
|