Searched refs:SUPERBLOCK_SIZE (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dprocessheap.h236 _buffer = (char *)hoardSbrk(SUPERBLOCK_SIZE
242 _buffer += SUPERBLOCK_SIZE;
H A Dsuperblock.cpp98 moreMemory = hoardHeap::SUPERBLOCK_SIZE;
H A Dheap.h45 enum { SUPERBLOCK_SIZE = 8192 }; enumerator in enum:BPrivate::hoardHeap::__anon35
426 int nb = max_c(1, ((SUPERBLOCK_SIZE - sizeof(superblock)) / blksize));

Completed in 34 milliseconds