Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_malloc_win.cpp69 size_t _msize(void *ptr) { in _msize() function
77 return _msize(ptr); in _msize_base()
158 size_t old_size = _msize(p); in _recalloc()
505 TryToOverrideFunction("_msize", (uptr)_msize); in ReplaceSystemMalloc()
506 TryToOverrideFunction("_msize_base", (uptr)_msize); in ReplaceSystemMalloc()
H A Dasan_win_dll_thunk.cpp49 INTERCEPT_WRAP_W_W(_msize)
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/
H A Dallocators_sanity.cpp21 if (16 * sizeof(int) != _msize(p)) in main()
H A Ddll_allocators_sanity.cpp23 if (16 * sizeof(int) != _msize(p)) in test_function()