Searched refs:msp (Results 1 – 1 of 1) sorted by relevance
103 mspace *msp; member207 footprint += mspace_footprint(hs->heaps[i].msp); in oldHeapOverhead()246 assert(heap->bytesAllocated < mspace_footprint(heap->msp)); in countAllocation()248 heap->bytesAllocated += mspace_usable_size(heap->msp, ptr) + in countAllocation()255 assert(heap->bytesAllocated < mspace_footprint(heap->msp)); in countAllocation()263 delta = mspace_usable_size(heap->msp, ptr) + HEAP_SOURCE_CHUNK_OVERHEAD; in countFree()283 mspace *msp; in createMspace() local303 msp = create_contiguous_mspace_with_name(startSize/2, in createMspace()305 if (msp != NULL) { in createMspace()309 mspace_set_max_allowed_footprint(msp, startSize); in createMspace()[all …]