Searched refs:slowAllocateStorage (Results 1 – 3 of 3) sorted by relevance
164 static void* slowAllocateStorage(size_t bytesNeeded);332 return slowAllocateStorage(bytesNeeded); in allocateStorage()
195 MemoryCell::slowAllocateStorage(size_t bytesNeeded) in slowAllocateStorage() function in MemoryCell
1584 * memoryManager.cc (slowAllocateStorage): added1588 (slowAllocateStorage): rewrote bucket creation code to simplify casting3506 (slowAllocateStorage): update nrBuckets and bucketStorage3530 (slowAllocateStorage): modified to use unusedList algorithm3543 (slowAllocateStorage): add new bucket to end rather than begining3549 (slowAllocateStorage): added