Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/base/
Darena.h142 bool AdjustLastAlloc(void* last_alloc, const size_t newsize);
268 AdjustLastAlloc(s, newsize); // reclaim space if we can in Shrink()
Darena.cc450 bool BaseArena::AdjustLastAlloc(void *last_alloc, const size_t newsize) { in AllocNewBlock() function in libtextclassifier3::BaseArena
490 if (AdjustLastAlloc(original, newsize)) { in AllocNewBlock()