Home
last modified time | relevance | path

Searched defs:mempool (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/faultloggerd/frameworks/allocator/include/
H A Ddfx_allocator.h39 DfxMempool* mempool; member
/base/hiviewdfx/faultloggerd/frameworks/allocator/
H A Ddfx_allocator.c103 static void MempoolAddPage(DfxMempool* mempool, PageInfo* page) in MempoolAddPage() argument
112 static void MempoolRemovePage(DfxMempool* mempool, PageInfo* page) in MempoolRemovePage() argument
121 static void MempoolAllocPage(DfxMempool* mempool) in MempoolAllocPage() argument
150 MempoolFreePage(DfxMempool* mempool, PageInfo* page) MempoolFreePage() argument
161 MempoolAlloc(DfxMempool* mempool) MempoolAlloc() argument
206 MempoolFree(DfxMempool* mempool, void* ptr) MempoolFree() argument
317 DfxMempool* mempool = NULL; AllocImpl() local
378 DfxMempool* mempool = &(g_dfxAllocator.dfxMempoolBuf[page->tag.type - DFX_MEMPOOL_MIN_TYPE]); DfxFree() local
[all...]

Completed in 2 milliseconds