Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/base/
Darena_test.cc45 static void CheckMemory(void* mem, int size) { in CheckMemory() function
74 CheckMemory(a->Alloc(blksize), blksize); in TestArena()
79 CheckMemory(a->Alloc(s), s); in TestArena()
80 CheckMemory(a->Alloc(s), s); in TestArena()
81 CheckMemory(a->Alloc(s), s); in TestArena()
84 CheckMemory(a->Alloc(s2), s2); in TestArena()
87 CheckMemory(a->Alloc(blksize * 2), blksize * 2); in TestArena()
88 CheckMemory(a->Alloc(blksize * 2 + 1), blksize * 2 + 1); in TestArena()
89 CheckMemory(a->Alloc(blksize * 2 + 2), blksize * 2 + 2); in TestArena()
90 CheckMemory(a->Alloc(blksize * 2 + 3), blksize * 2 + 3); in TestArena()
[all …]
/external/perfetto/src/base/
Dwatchdog_posix.cc174 CheckMemory(rss_bytes); in ThreadMain()
179 void Watchdog::CheckMemory(uint64_t rss_bytes) { in CheckMemory() function in perfetto::base::Watchdog
/external/perfetto/include/perfetto/ext/base/
Dwatchdog_posix.h136 void CheckMemory(uint64_t rss_bytes);