Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/setsockopt/
Dsetsockopt02.c96 static void good_size(void) in good_size() function
119 good_size(); in run()
/external/icing/icing/file/
Dfilesystem_test.cc225 const int good_size = 2; in TEST_F() local
226 const std::string good[good_size] = {foo_dir + "/p_1_q", foo_dir + "/p_2_q"}; in TEST_F()
227 vector<std::string> expected(good, good + good_size); in TEST_F()
/external/jemalloc_new/src/
Dzone.c52 size_t (*good_size)(malloc_zone_t *, size_t); member
350 jemalloc_zone_introspect.good_size = zone_good_size; in zone_init()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_malloc_mac.inc128 return sanitizer_zone.introspect->good_size(&sanitizer_zone, size);
298 sanitizer_zone_introspection.good_size = &mi_good_size;
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_malloc_mac.inc170 return sanitizer_zone.introspect->good_size(&sanitizer_zone, size);
378 sanitizer_zone_introspection.good_size = &mi_good_size;