Lines Matching full:delta
77 managed as "small actual" + "large actual" + "delta to allowed total footprint"
78 - when allocating from one source or the other, give the delta to the
258 size_t delta;
260 delta = mspace_usable_size(heap->msp, ptr) + HEAP_SOURCE_CHUNK_OVERHEAD;
261 assert(delta > 0);
262 if (delta < heap->bytesAllocated) {
263 heap->bytesAllocated -= delta;