Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/frameworks/allocator/include/
H A Ddfx_allocator.h32 } BlockInfo; typedef
47 BlockInfo* freeBlockList;
/base/hiviewdfx/faultloggerd/frameworks/allocator/
H A Ddfx_allocator.c142 BlockInfo* firstBlock = (BlockInfo*)(firstBlockAddr); in MempoolAllocPage()
175 BlockInfo* block = page->freeBlockList; in MempoolAlloc()
180 BlockInfo* nextfree = (BlockInfo*)((uint8_t*)(block) + mempool->blockSize); in MempoolAlloc()
217 BlockInfo* block = (BlockInfo*)(ptr); in MempoolFree()

Completed in 1 milliseconds