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

/darwin-on-arm/xnu/libkern/c++/
H A DOSSymbol.cpp106 void reconstructSymbols(bool grow);
227 void OSSymbolPool::reconstructSymbols(bool grow) argument
233 if (grow) {
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_mbuf.c1019 * 2) mbuf_copyback will grow the last mbuf in the chain if possible
1059 size_t grow = MIN(mbuf_trailingspace(m), len - mlen); local
1060 mlen += grow;
1061 m->m_len += grow;
1078 /* cluter allocation failure is okay, we can grow chain */

Completed in 70 milliseconds