Searched refs:AdjustLastAlloc (Results 1 – 2 of 2) sorted by relevance
142 bool AdjustLastAlloc(void* last_alloc, const size_t newsize);268 AdjustLastAlloc(s, newsize); // reclaim space if we can in Shrink()
450 bool BaseArena::AdjustLastAlloc(void *last_alloc, const size_t newsize) { in AllocNewBlock() function in libtextclassifier3::BaseArena490 if (AdjustLastAlloc(original, newsize)) { in AllocNewBlock()