Home
last modified time | relevance | path

Searched defs:_Znwm (Results 1 – 3 of 3) sorted by relevance

/llvm-project/compiler-rt/lib/asan/
H A Dasan_new_delete.cpp110 INTERCEPTOR(void *, _Znwm, size_t size) { in INTERCEPTOR() argument
/llvm-project/llvm/lib/Support/rpmalloc/
H A Dmalloc.c155 void *RPDEFVIS _Znwm(uint64_t size) { return rpmalloc(size); } in _Znwm() function
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp306 INTERCEPTOR(void *,_Znwm,size_t size) INTERCEPTOR() argument