Home
last modified time | relevance | path

Searched refs:slowAllocateStorage (Results 1 – 3 of 3) sorted by relevance

/dports/lang/maude/maude-2.7.1/src/Core/
H A DmemoryCell.hh164 static void* slowAllocateStorage(size_t bytesNeeded);
332 return slowAllocateStorage(bytesNeeded); in allocateStorage()
H A DmemoryCell.cc195 MemoryCell::slowAllocateStorage(size_t bytesNeeded) in slowAllocateStorage() function in MemoryCell
/dports/lang/maude/maude-2.7.1/src/Interface/
H A DChangeLog1584 * memoryManager.cc (slowAllocateStorage): added
1588 (slowAllocateStorage): rewrote bucket creation code to simplify casting
3506 (slowAllocateStorage): update nrBuckets and bucketStorage
3530 (slowAllocateStorage): modified to use unusedList algorithm
3543 (slowAllocateStorage): add new bucket to end rather than begining
3549 (slowAllocateStorage): added