Home | History | Annotate | Download | only in alloc

Lines Matching refs:mspace_usable_size

272  * is allocated or freed.  mspace_usable_size() will give
282 heap->bytesAllocated += mspace_usable_size(ptr) +
293 size_t delta = mspace_usable_size(ptr) + HEAP_SOURCE_CHUNK_OVERHEAD;
1163 return mspace_usable_size(ptr);