Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/frameworks/allocator/
H A Ddfx_allocator.c141 uintptr_t firstBlockAddr = AlignRoundUp((uintptr_t)(page + 1), mempool->blockSize); in MempoolAllocPage() local
142 BlockInfo* firstBlock = (BlockInfo*)(firstBlockAddr); in MempoolAllocPage()