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

/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dkvbuf.c30 #define KVBUF_CHUNK 256 macro
40 * When the databuf needs to grow, we add memory in KVBUF_CHUNK size
289 kv->_size = ((newlen + KVBUF_CHUNK - 1) / KVBUF_CHUNK) * KVBUF_CHUNK;

Completed in 65 milliseconds