Searched refs:_msize (Results 1 - 11 of 11) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Windows/
H A Dallocators_sanity.cc21 if (16 * sizeof(int) != _msize(p))
H A Ddll_allocators_sanity.cc23 if (16 * sizeof(int) != _msize(p))
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Doverride_functions.cc64 extern "C" size_t _msize(void* p) { function
H A Dpatch_functions.cc34 // routines (malloc and friends, but also _msize and other
87 #include <malloc.h> // for _msize and _expand
409 "_msize", "_expand", "_calloc_crt",
438 (GenericFnPtr)&::_msize,
786 // also lets us define _msize(), _expand(), and other windows-specific
897 // _msize() lets you figure out how much space is reserved for a
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Doverride_functions.cc64 extern "C" size_t _msize(void* p) { function
H A Dpatch_functions.cc34 // routines (malloc and friends, but also _msize and other
87 #include <malloc.h> // for _msize and _expand
409 "_msize", "_expand", "_calloc_crt",
438 (GenericFnPtr)&::_msize,
786 // also lets us define _msize(), _expand(), and other windows-specific
897 // _msize() lets you figure out how much space is reserved for a
/external/compiler-rt/lib/asan/
H A Dasan_malloc_win.cc100 size_t _msize(void *ptr) { function
H A Dasan_dll_thunk.cc299 WRAP_W_W(_msize)
/external/chromium_org/base/allocator/
H A Dallocator_shim.cc178 extern "C" size_t _msize(void* p) { function
/external/sqlite/dist/orig/
H A Dsqlite3.c16316 ** _msize() on windows systems. This might
16361 ** The MSVCRT has malloc_usable_size(), but it is called _msize(). The
16362 ** use of _msize() is automatic, but can be disabled by compiling with
16363 ** -DSQLITE_WITHOUT_MSIZE. Using the _msize() function also requires
16373 ** SQLITE_MALLOCSIZE to the appropriate function name, which is _msize()
16386 # define SQLITE_MALLOCSIZE _msize
[all...]
/external/sqlite/dist/
H A Dsqlite3.c16316 ** _msize() on windows systems. This might
16361 ** The MSVCRT has malloc_usable_size(), but it is called _msize(). The
16362 ** use of _msize() is automatic, but can be disabled by compiling with
16363 ** -DSQLITE_WITHOUT_MSIZE. Using the _msize() function also requires
16373 ** SQLITE_MALLOCSIZE to the appropriate function name, which is _msize()
16386 # define SQLITE_MALLOCSIZE _msize
[all...]

Completed in 533 milliseconds