Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/frameworks/allocator/include/
H A Ddfx_allocator.h20 #define DFX_MEMPOOLS_NUM 7 macro
62 DfxMempool dfxMempoolBuf[DFX_MEMPOOLS_NUM];
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/local_handler/
H A Dlocal_handler_test.cpp304 for (int i = 0; i < DFX_MEMPOOLS_NUM; i++) {
/ohos5.0/base/hiviewdfx/faultloggerd/frameworks/allocator/
H A Ddfx_allocator.c251 for (uint32_t i = 0; i < DFX_MEMPOOLS_NUM; i++) { in InitDfxAllocator()