Home
last modified time | relevance | path

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

/external/chromium/base/allocator/
Dallocator_shim.cc212 extern "C" size_t _msize(void* p) { in _msize() function
/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp389 return _msize(const_cast<void*>(p)); in fastMallocSize()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-1614477 [BREWMP] Don't call _msize
14481 _msize in fastMallocSize. Add !PLATFORM(BREWMP) guard.
DChangeLog-2010-05-249784 * wtf/HashTraits.h: _msize takes void*, remove const qualifier from type.
9790 * wtf/HashTraits.h: Include malloc.h for _msize().