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

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSSymbol.cpp106 void reconstructSymbols(bool grow);
225 void OSSymbolPool::reconstructSymbols(bool grow) argument
231 if (grow) {
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkpi_mbuf.c1045 * 2) mbuf_copyback will grow the last mbuf in the chain if possible
1085 size_t grow = MIN(mbuf_trailingspace(m), len - mlen); local
1086 mlen += grow;
1087 m->m_len += grow;
1104 /* cluter allocation failure is okay, we can grow chain */
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dsavearea_asm.s469 ble-- saveGet64GetGlobal ; We are too low and need to grow list...
610 ble- saveGet32GetGlobal ; We are too low and need to grow list...

Completed in 58 milliseconds