Searched refs:malloc_zone_t (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Tools/DumpRenderTree/mac/
H A DCheckedMalloc.cpp39 static void* (*savedMalloc)(malloc_zone_t*, size_t);
40 static void* (*savedRealloc)(malloc_zone_t*, void*, size_t);
42 static void* checkedMalloc(malloc_zone_t* zone, size_t size)
49 static void* checkedRealloc(malloc_zone_t* zone, void* ptr, size_t size)
71 malloc_zone_t* zone = malloc_default_zone();
77 vm_size_t len = reinterpret_cast<vm_address_t>(zone) - pageStart + sizeof(malloc_zone_t);
/external/webkit/Source/WebKit2/Shared/mac/
H A DWebMemorySampler.mac.mm73 if (const char* name = malloc_get_zone_name(reinterpret_cast<malloc_zone_t*>(zones[i]))) {
78 malloc_zone_statistics(reinterpret_cast<malloc_zone_t*>(zones[i]), &stats);
/external/chromium/base/
H A Dprocess_util.h21 // malloc_zone_t is defined in <malloc/malloc.h>, but this forward declaration
23 typedef struct _malloc_zone_t malloc_zone_t; typedef in typeref:struct:_malloc_zone_t
656 malloc_zone_t* GetPurgeableZone();
H A Dprocess_util_unittest.cc831 malloc_zone_t* zone = base::GetPurgeableZone();
840 malloc_zone_t* zone = base::GetPurgeableZone();
849 malloc_zone_t* zone = base::GetPurgeableZone();
858 malloc_zone_t* zone = base::GetPurgeableZone();
867 malloc_zone_t* zone = base::GetPurgeableZone();
869 typedef void* (*zone_memalign_t)(malloc_zone_t*, size_t, size_t);
/external/webkit/Source/JavaScriptCore/wtf/
H A DFastMalloc.cpp515 static size_t goodSize(malloc_zone_t*, size_t size) { return size; }
516 static boolean_t check(malloc_zone_t*) { return true; }
517 static void print(malloc_zone_t*, boolean_t) { }
518 static void log(malloc_zone_t*, void*) { }
519 static void forceLock(malloc_zone_t*) { }
520 static void forceUnlock(malloc_zone_t*) { }
521 static void statistics(malloc_zone_t*, malloc_statistics_t* stats) { memset(stats, 0, sizeof(malloc_statistics_t)); }
525 static size_t size(malloc_zone_t*, const void*);
526 static void* zoneMalloc(malloc_zone_t*, size_t);
527 static void* zoneCalloc(malloc_zone_t*, size_
[all...]
/external/valgrind/main/include/vki/
H A Dvki-darwin.h102 #define vki_malloc_zone_t malloc_zone_t

Completed in 1763 milliseconds