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 94 uint8_t* allocBytes;
95 get_malloc_leak_info(&allocBytes, &header.allocSize, &header.allocInfoSize,
119 memcpy(ptr, allocBytes, header.allocSize);
127 free_malloc_leak_info(allocBytes);
  /external/llvm/include/llvm/ADT/
IntervalMap.h 428 AllocBytes = (sizeof(LeafBase) + CacheLineBytes-1) & ~(CacheLineBytes-1),
431 BranchSize = AllocBytes /
440 AllocBytes, CacheLineBytes> Allocator;
    [all...]

Completed in 267 milliseconds