HomeSort by relevance Sort by last modified time
    Searched refs:AllocationSize (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/asan/
asan_allocator.cc 376 uptr AllocationSize(uptr ptr) {
875 uptr usable_size = malloc_info.AllocationSize((uptr)ptr);
883 return malloc_info.AllocationSize((uptr)ptr);
1066 return malloc_info.AllocationSize((uptr)p) > 0;
1071 uptr allocated_size = malloc_info.AllocationSize((uptr)p);
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp     [all...]

Completed in 782 milliseconds