Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_allocator.cc376 uptr AllocationSize(uptr ptr) { in AllocationSize() function in __asan::MallocInfo
875 uptr usable_size = malloc_info.AllocationSize((uptr)ptr); in asan_malloc_usable_size()
883 return malloc_info.AllocationSize((uptr)ptr); in asan_mz_size()
1066 return malloc_info.AllocationSize((uptr)p) > 0; in __asan_get_ownership()
1071 uptr allocated_size = malloc_info.AllocationSize((uptr)p); in __asan_get_allocated_size()
/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp1091 static size_t AllocationSize(size_t bytes) { in AllocationSize() function
3997 if ((new_size > old_size) || (AllocationSize(new_size) < old_size)) { in CreateCacheIfNecessary()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-1417050 (KXMLCore::AllocationSize):
DChangeLog-2008-08-1024383 (WTF::AllocationSize):