Searched refs:newHead (Results 1 - 2 of 2) sorted by relevance

/haiku/src/libs/alm/
H A DTab.cpp85 BALMLayoutList* newHead = new (nothrow) BALMLayoutList(layout, fLayouts); local
86 if (newHead == NULL)
88 fLayouts = newHead;
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dheap.cpp317 superblock *&newHead = _superblocks[toBin][sizeclass]; local
318 sb->insertBefore(newHead);
319 newHead = sb;
320 assert(newHead->isValid());

Completed in 65 milliseconds