Searched refs:OnMalloc (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_fake_stack.cc202 ALWAYS_INLINE uptr OnMalloc(uptr class_id, uptr size) { function in namespace:__asan
226 return OnMalloc(class_id, size); \
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_fake_stack.cc200 ALWAYS_INLINE uptr OnMalloc(uptr class_id, uptr size) { function in namespace:__asan
224 return OnMalloc(class_id, size); \
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_fake_stack.cpp208 static ALWAYS_INLINE uptr OnMalloc(uptr class_id, uptr size) { function in namespace:__asan
246 return OnMalloc(class_id, size); \

Completed in 91 milliseconds