Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp474 static size_t goodSize(malloc_zone_t*, size_t size) { return size; } in goodSize() argument
475 static boolean_t check(malloc_zone_t*) { return true; } in check() argument
476 static void print(malloc_zone_t*, boolean_t) { } in print() argument
477 static void log(malloc_zone_t*, void*) { } in log() argument
478 static void forceLock(malloc_zone_t*) { } in forceLock() argument
479 static void forceUnlock(malloc_zone_t*) { } in forceUnlock() argument
480 …static void statistics(malloc_zone_t*, malloc_statistics_t* stats) { memset(stats, 0, sizeof(mallo… in statistics() argument
489 …static void* zoneValloc(malloc_zone_t*, size_t) { LOG_ERROR("valloc is not supported"); return 0; } in zoneValloc() argument
490 static void zoneDestroy(malloc_zone_t*) { } in zoneDestroy() argument
4350 size_t FastMallocZone::size(malloc_zone_t*, const void*) in CreateCacheIfNecessary() argument
[all …]