Home
last modified time | relevance | path

Searched refs:__sanitizer_mallopt (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dhwasan_interface.h98 int SANITIZER_CDECL __sanitizer_mallopt(int cmd, int value);
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp116 int __sanitizer_mallopt(int cmd, int value) { return 0; } in __sanitizer_mallopt() function