Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/frameworks/allocator/
H A Ddfx_allocator.c48 static DfxAllocator g_dfxAllocator = { variable
252 g_dfxAllocator.dfxMempoolBuf[i].type = i + DFX_MEMPOOL_MIN_TYPE; in InitDfxAllocator()
253 g_dfxAllocator.dfxMempoolBuf[i].blockSize = (1UL << g_dfxAllocator.dfxMempoolBuf[i].type); in InitDfxAllocator()
254 g_dfxAllocator.dfxMempoolBuf[i].blocksPerPage = in InitDfxAllocator()
255 (DFX_PAGE_SIZE - sizeof(PageInfo)) / (g_dfxAllocator.dfxMempoolBuf[i].blockSize); in InitDfxAllocator()
256 g_dfxAllocator.dfxMempoolBuf[i].freePagesCnt = 0; in InitDfxAllocator()
257 g_dfxAllocator.dfxMempoolBuf[i].pageList = NULL; in InitDfxAllocator()
259 g_dfxAllocator.initFlag = 1; in InitDfxAllocator()
310 AddPage(&(g_dfxAllocator in AllocMmap()
[all...]

Completed in 1 milliseconds