OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initializeallocation
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/
PoolAlloc.cpp
236
return
initializeAllocation
(inUseList, memory, numBytes);
283
return
initializeAllocation
(inUseList, ret, numBytes);
PoolAlloc.h
188
void*
initializeAllocation
(tHeader* block, unsigned char* memory, size_t numBytes) {
Completed in 55 milliseconds