OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_msize
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/asan/
asan_malloc_win.cc
87
size_t
_msize
(void *ptr) {
function
/external/chromium/base/allocator/
allocator_shim.cc
212
extern "C" size_t
_msize
(void* p) {
function
/external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp
388
// Brew MP uses its own memory allocator, so
_msize
does not work on the Brew MP simulator.
389
return
_msize
(const_cast<void*>(p));
[
all
...]
Completed in 69 milliseconds