Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/base/
Darena.cc448 bool BaseArena::AdjustLastAlloc(void *last_alloc, const size_t newsize) { in AllocNewBlock() argument
450 if (last_alloc == nullptr || last_alloc != last_alloc_) return false; in AllocNewBlock()
Darena.h142 bool AdjustLastAlloc(void* last_alloc, const size_t newsize);