Searched refs:last_alloc (Results 1 – 2 of 2) sorted by relevance
448 bool BaseArena::AdjustLastAlloc(void *last_alloc, const size_t newsize) { in AllocNewBlock() argument450 if (last_alloc == nullptr || last_alloc != last_alloc_) return false; in AllocNewBlock()
142 bool AdjustLastAlloc(void* last_alloc, const size_t newsize);