Home | History | Annotate | Download | only in src

Lines Matching full:zeroed

54     void *chunk, size_t size, bool zeroed, bool committed);
208 bool zeroed, committed;
244 zeroed = extent_node_zeroed_get(node);
245 if (zeroed)
277 cache, ret, size + trailsize, zeroed, committed);
287 zeroed, committed);
292 trailsize, zeroed, committed);
301 ret, size, zeroed, committed);
310 if (!zeroed)
325 * If the caller specifies (!*zero), it is still possible to receive zeroed
327 * advantage of this to avoid demanding zeroed chunks, but taking advantage of
369 * demand-zeroed virtual memory.
478 void *chunk, size_t size, bool zeroed, bool committed)
484 assert(!cache || !zeroed);
485 unzeroed = cache || !zeroed;
594 size_t size, bool zeroed, bool committed)
611 zeroed = !committed || !chunk_hooks->purge(chunk, size, 0, size,
614 &arena->chunks_ad_retained, false, chunk, size, zeroed, committed);