Home
last modified time | relevance | path

Searched defs:mallopt (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc112 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp4175 extern "C" int mallopt(int cmd, int value) { in CreateCacheIfNecessary() function