Searched refs:memory_check (Results 1 – 3 of 3) sorted by relevance
16 bool memory_check(const void* memory, int c, size_t count) { in memory_check() function
46 bool memory_check(const void* memory, int c, size_t count);
58 ASSERT_TRUE(memory_check(buffer + kTests[i].enclen, in TEST()