Home
last modified time | relevance | path

Searched defs:_msize (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_win_thunk.cpp41 STATIC_MALLOC_INTERFACE size_t _msize(void *ptr) { return __asan_msize(ptr); } in _msize() function
H A Dasan_malloc_win.cpp62 __declspec(noinline) size_t _msize(void *ptr) { in _msize() function