Home
last modified time | relevance | path

Searched refs:_msize (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_win.cpp62 __declspec(noinline) size_t _msize(void *ptr) { in _msize() function
68 __declspec(noinline) size_t _msize_base(void *ptr) { return _msize(ptr); } in _msize_base()
130 size_t old_size = _msize(p); in _recalloc()
156 return _msize(ptr); in __asan_msize()
494 TryToOverrideFunction("_msize", (uptr)_msize); in ReplaceSystemMalloc()
495 TryToOverrideFunction("_msize_base", (uptr)_msize); in ReplaceSystemMalloc()
H A Dasan_malloc_win_thunk.cpp41 STATIC_MALLOC_INTERFACE size_t _msize(void *ptr) { return __asan_msize(ptr); } in _msize() function
/freebsd/contrib/sqlite3/
H A Dsqlite3.c27976 # define SQLITE_MALLOCSIZE _msize