Searched defs:_msize (Results 1 – 4 of 4) sorted by relevance
35 extern "C" _CRT_HYBRIDPATCHABLE __declspec(noinline) size_t __cdecl _msize(void* const block) in _msize() function
115 size_t _msize(void* _ptr) in _msize() function
375 size_t CDECL _msize(void* mem) in _msize() function
294 #define _msize(p) _msize_dbg(p, _NORMAL_BLOCK) macro