Home
last modified time | relevance | path

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

/bionic/tests/
Dmalloc_test.cpp406 size_t mallinfo_before_allocated_bytes = mallinfo().uordblks; in TEST() local
442 EXPECT_LE(mallinfo_before_allocated_bytes, total_allocated_bytes); in TEST()