Home
last modified time | relevance | path

Searched refs:DFX_MEM_PAGE_SIGN (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/faultloggerd/frameworks/allocator/
H A Ddfx_allocator.c47 static const char DFX_MEM_PAGE_SIGN[DFX_MEMPOOL_TAG_SIZE] = {'D', 'F', 'X', 1}; variable
132 DFX_MEM_PAGE_SIGN, sizeof(DFX_MEM_PAGE_SIGN)) != EOK) { in MempoolAllocPage()
271 if (memcmp(page->tag.tagInfo, DFX_MEM_PAGE_SIGN, sizeof(DFX_MEM_PAGE_SIGN)) != 0) { in GetPage()
299 DFX_MEM_PAGE_SIGN, sizeof(DFX_MEM_PAGE_SIGN)) != EOK) { in AllocMmap()

Completed in 1 milliseconds