Searched refs:CheckMemory (Results 1 – 3 of 3) sorted by relevance
/external/libtextclassifier/native/utils/base/ |
D | arena_test.cc | 45 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/ |
D | watchdog_posix.cc | 174 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/ |
D | watchdog_posix.h | 136 void CheckMemory(uint64_t rss_bytes);
|