Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/frameworks/allocator/
H A Ddfx_allocator.c43 #define DFX_MMAP_TYPE 111 macro
304 page->tag.type = DFX_MMAP_TYPE; in AllocMmap()
350 if (page == NULL || (page->tag.type != DFX_MMAP_TYPE && in GetChunkSize()
355 if (page->tag.type == DFX_MMAP_TYPE) { in GetChunkSize()
374 if (page->tag.type == DFX_MMAP_TYPE) { in DfxFree()