| /prebuilts/go/darwin-x86/src/runtime/pprof/ | 
| protomem_test.go | 25 		{AllocBytes: 4096, FreeBytes: 1024, AllocObjects: 4, FreeObjects: 1, Stack0: [32]uintptr{a1, a2}}, 26 		{AllocBytes: 512 * 1024, FreeBytes: 0, AllocObjects: 1, FreeObjects: 0, Stack0: [32]uintptr{a2 + 1, a2 + 2}},
 27 		{AllocBytes: 512 * 1024, FreeBytes: 512 * 1024, AllocObjects: 1, FreeObjects: 1, Stack0: [32]uintptr{a1 + 1, a1 + 2, a2 + 3}},
 
 | 
| protomem.go | 53 		values[0], values[1] = scaleHeapSample(r.AllocObjects, r.AllocBytes, rate) 
 | 
| pprof.go | 556 		total.AllocBytes += r.AllocBytes 567 		total.AllocObjects, total.AllocBytes,
 574 			r.AllocObjects, r.AllocBytes)
 
 | 
| /prebuilts/go/linux-x86/src/runtime/pprof/ | 
| protomem_test.go | 25 		{AllocBytes: 4096, FreeBytes: 1024, AllocObjects: 4, FreeObjects: 1, Stack0: [32]uintptr{a1, a2}}, 26 		{AllocBytes: 512 * 1024, FreeBytes: 0, AllocObjects: 1, FreeObjects: 0, Stack0: [32]uintptr{a2 + 1, a2 + 2}},
 27 		{AllocBytes: 512 * 1024, FreeBytes: 512 * 1024, AllocObjects: 1, FreeObjects: 1, Stack0: [32]uintptr{a1 + 1, a1 + 2, a2 + 3}},
 
 | 
| protomem.go | 53 		values[0], values[1] = scaleHeapSample(r.AllocObjects, r.AllocBytes, rate) 
 | 
| pprof.go | 556 		total.AllocBytes += r.AllocBytes 567 		total.AllocObjects, total.AllocBytes,
 574 			r.AllocObjects, r.AllocBytes)
 
 | 
| /frameworks/base/core/jni/ | 
| android_ddm_DdmHandleNativeHeap.cpp | 81     uint8_t* allocBytes; 82     get_malloc_leak_info(&allocBytes, &header.allocSize, &header.allocInfoSize,
 101                                 header.allocSize, reinterpret_cast<jbyte*>(allocBytes));
 104     free_malloc_leak_info(allocBytes);
 
 | 
| /prebuilts/go/darwin-x86/test/ | 
| finprofiled.go | 58 		bytes := p.AllocBytes - p.FreeBytes 
 | 
| heapsampling.go | 141 					allocStat.bytes += r.AllocBytes 
 | 
| /prebuilts/go/linux-x86/test/ | 
| finprofiled.go | 58 		bytes := p.AllocBytes - p.FreeBytes 
 | 
| heapsampling.go | 141 					allocStat.bytes += r.AllocBytes 
 | 
| /prebuilts/go/darwin-x86/src/runtime/ | 
| mprof.go | 498 	AllocBytes, FreeBytes     int64       // number of bytes allocated, freed 503 // InUseBytes returns the number of bytes in use (AllocBytes - FreeBytes).
 504 func (r *MemProfileRecord) InUseBytes() int64 { return r.AllocBytes - r.FreeBytes }
 530 // where r.AllocBytes > 0 but r.AllocBytes == r.FreeBytes.
 594 	r.AllocBytes = int64(mp.active.alloc_bytes)
 
 | 
| /prebuilts/go/linux-x86/src/runtime/ | 
| mprof.go | 498 	AllocBytes, FreeBytes     int64       // number of bytes allocated, freed 503 // InUseBytes returns the number of bytes in use (AllocBytes - FreeBytes).
 504 func (r *MemProfileRecord) InUseBytes() int64 { return r.AllocBytes - r.FreeBytes }
 530 // where r.AllocBytes > 0 but r.AllocBytes == r.FreeBytes.
 594 	r.AllocBytes = int64(mp.active.alloc_bytes)
 
 | 
| /prebuilts/go/darwin-x86/src/math/big/ | 
| nat_test.go | 169 // allocBytes returns the number of bytes allocated by invoking f. 170 func allocBytes(f func()) uint64 {
 186 	allocSize := allocBytes(func() {
 
 | 
| /prebuilts/go/linux-x86/src/math/big/ | 
| nat_test.go | 169 // allocBytes returns the number of bytes allocated by invoking f. 170 func allocBytes(f func()) uint64 {
 186 	allocSize := allocBytes(func() {
 
 | 
| /external/llvm/include/llvm/ADT/ | 
| IntervalMap.h | 449     AllocBytes = (sizeof(LeafBase) + CacheLineBytes-1) & ~(CacheLineBytes-1), 452     BranchSize = AllocBytes /
 461                              AllocBytes, CacheLineBytes> Allocator;
 [all...]
 | 
| /external/swiftshader/third_party/LLVM/include/llvm/ADT/ | 
| IntervalMap.h | 428     AllocBytes = (sizeof(LeafBase) + CacheLineBytes-1) & ~(CacheLineBytes-1), 431     BranchSize = AllocBytes /
 440                              AllocBytes, CacheLineBytes> Allocator;
 [all...]
 | 
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/ | 
| IntervalMap.h | 453     AllocBytes = (sizeof(LeafBase) + CacheLineBytes-1) & ~(CacheLineBytes-1), 456     BranchSize = AllocBytes /
 465                              AllocBytes, CacheLineBytes> Allocator;
 [all...]
 | 
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/ | 
| IntervalMap.h | 454     AllocBytes = (sizeof(LeafBase) + CacheLineBytes-1) & ~(CacheLineBytes-1), 457     BranchSize = AllocBytes /
 466       RecyclingAllocator<BumpPtrAllocator, char, AllocBytes, CacheLineBytes>;
 [all...]
 | 
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/ | 
| IntervalMap.h | 454     AllocBytes = (sizeof(LeafBase) + CacheLineBytes-1) & ~(CacheLineBytes-1), 457     BranchSize = AllocBytes /
 466       RecyclingAllocator<BumpPtrAllocator, char, AllocBytes, CacheLineBytes>;
 [all...]
 | 
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/ | 
| IntervalMap.h | 454     AllocBytes = (sizeof(LeafBase) + CacheLineBytes-1) & ~(CacheLineBytes-1), 457     BranchSize = AllocBytes /
 466       RecyclingAllocator<BumpPtrAllocator, char, AllocBytes, CacheLineBytes>;
 [all...]
 | 
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/ | 
| IntervalMap.h | 454     AllocBytes = (sizeof(LeafBase) + CacheLineBytes-1) & ~(CacheLineBytes-1), 457     BranchSize = AllocBytes /
 466       RecyclingAllocator<BumpPtrAllocator, char, AllocBytes, CacheLineBytes>;
 [all...]
 | 
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/ | 
| IntervalMap.h | 454     AllocBytes = (sizeof(LeafBase) + CacheLineBytes-1) & ~(CacheLineBytes-1), 457     BranchSize = AllocBytes /
 466       RecyclingAllocator<BumpPtrAllocator, char, AllocBytes, CacheLineBytes>;
 [all...]
 | 
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/ | 
| IntervalMap.h | 454     AllocBytes = (sizeof(LeafBase) + CacheLineBytes-1) & ~(CacheLineBytes-1), 457     BranchSize = AllocBytes /
 466       RecyclingAllocator<BumpPtrAllocator, char, AllocBytes, CacheLineBytes>;
 [all...]
 | 
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/ | 
| IntervalMap.h | 453     AllocBytes = (sizeof(LeafBase) + CacheLineBytes-1) & ~(CacheLineBytes-1), 456     BranchSize = AllocBytes /
 465                              AllocBytes, CacheLineBytes> Allocator;
 [all...]
 |