Home
last modified time | relevance | path

Searched defs:pHeap (Results 1 – 4 of 4) sorted by relevance

/haiku/src/system/libroot/posix/malloc/hoard2/
H A Dwrapper.cpp262 static processHeap *pHeap = getAllocator(); in __heap_before_fork() local
275 static processHeap *pHeap = getAllocator(); in __heap_after_fork_child() local
286 static processHeap *pHeap = getAllocator(); in __heap_after_fork_parent() local
312 static processHeap *pHeap = getAllocator(); in malloc() local
347 static processHeap *pHeap = getAllocator(); in calloc() local
397 static processHeap *pHeap = getAllocator(); in free() local
423 static processHeap *pHeap = getAllocator(); in memalign() local
473 static processHeap *pHeap = getAllocator(); in posix_memalign() local
H A Dsuperblock.cpp88 superblock::makeSuperblock(int sizeclass, processHeap *pHeap) in makeSuperblock()
H A Dheap.cpp152 superblock *sb, processHeap *pHeap) in insertSuperblock()
331 int sizeclass, processHeap *pHeap) in freeBlock()
H A Dheap.h299 block * &b, processHeap * pHeap) in findAvailableSuperblock()