Home
last modified time | relevance | path

Searched refs:mMapAllocSize (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/frameworks/allocator/include/
H A Ddfx_allocator.h38 size_t mMapAllocSize; member
/ohos5.0/base/hiviewdfx/faultloggerd/frameworks/allocator/
H A Ddfx_allocator.c305 page->tag.mMapAllocSize = allocSize; in AllocMmap()
356 return page->tag.mMapAllocSize - (size_t)((uintptr_t)(ptr) - (uintptr_t)(page)); in GetChunkSize()
376 munmap(page, page->tag.mMapAllocSize); in DfxFree()