Home
last modified time | relevance | path

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

/bionic/tests/
Dmalloc_test.cpp754 size_t new_allocated = mallinfo().uordblks; in TEST() local
755 if (allocated != new_allocated) { in TEST()
760 if (new_allocated >= allocated + usable_size) { in TEST()