Searched refs:__sanitizer_print_memory_profile (Results 1 – 5 of 5) sorted by relevance
20 __sanitizer_print_memory_profile(100); in main()21 __sanitizer_print_memory_profile(50); in main()
141 void __sanitizer_print_memory_profile(size_t top_percent);
95 void __sanitizer_print_memory_profile(uptr top_percent) { in __sanitizer_print_memory_profile() function
40 EXT_FUNC(__sanitizer_print_memory_profile, int, (size_t), false);
256 if (EF->__sanitizer_print_memory_profile) in RssLimitCallback()257 EF->__sanitizer_print_memory_profile(50); in RssLimitCallback()