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

  /frameworks/base/core/jni/
android_ddm_DdmHandleNativeHeap.cpp 73 uint8_t* allocBytes;
74 get_malloc_leak_info(&allocBytes, &header.allocSize, &header.allocInfoSize,
87 header.allocSize, reinterpret_cast<jbyte*>(allocBytes));
90 free_malloc_leak_info(allocBytes);
  /external/llvm/include/llvm/ADT/
IntervalMap.h 448 AllocBytes = (sizeof(LeafBase) + CacheLineBytes-1) & ~(CacheLineBytes-1),
451 BranchSize = AllocBytes /
460 AllocBytes, CacheLineBytes> Allocator;
    [all...]

Completed in 5153 milliseconds