Searched refs:firstBlockAddr (Results 1 – 1 of 1) sorted by relevance
141 uintptr_t firstBlockAddr = AlignRoundUp((uintptr_t)(page + 1), mempool->blockSize); in MempoolAllocPage() local142 BlockInfo* firstBlock = (BlockInfo*)(firstBlockAddr); in MempoolAllocPage()