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

  /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/src/runtime/pprof/internal/protopprof/
protomemprofile.go 45 ao, ab := scaleHeapSample(r.AllocObjects, r.AllocBytes, rate)
  /prebuilts/go/darwin-x86/test/
finprofiled.go 58 bytes := p.AllocBytes - p.FreeBytes
heapsampling.go 141 allocStat.bytes += r.AllocBytes
  /prebuilts/go/linux-x86/src/runtime/pprof/internal/protopprof/
protomemprofile.go 45 ao, ab := scaleHeapSample(r.AllocObjects, r.AllocBytes, rate)
  /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 397 AllocBytes, FreeBytes int64 // number of bytes allocated, freed
402 // InUseBytes returns the number of bytes in use (AllocBytes - FreeBytes).
403 func (r *MemProfileRecord) InUseBytes() int64 { return r.AllocBytes - r.FreeBytes }
429 // where r.AllocBytes > 0 but r.AllocBytes == r.FreeBytes.
487 r.AllocBytes = int64(mp.alloc_bytes)
  /prebuilts/go/linux-x86/src/runtime/
mprof.go 397 AllocBytes, FreeBytes int64 // number of bytes allocated, freed
402 // InUseBytes returns the number of bytes in use (AllocBytes - FreeBytes).
403 func (r *MemProfileRecord) InUseBytes() int64 { return r.AllocBytes - r.FreeBytes }
429 // where r.AllocBytes > 0 but r.AllocBytes == r.FreeBytes.
487 r.AllocBytes = int64(mp.alloc_bytes)
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof.go 512 total.AllocBytes += r.AllocBytes
523 total.AllocObjects, total.AllocBytes,
530 r.AllocObjects, r.AllocBytes)
  /prebuilts/go/linux-x86/src/runtime/pprof/
pprof.go 512 total.AllocBytes += r.AllocBytes
523 total.AllocObjects, total.AllocBytes,
530 r.AllocObjects, r.AllocBytes)
  /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/go/darwin-x86/pkg/darwin_amd64/runtime/pprof/internal/
protopprof.a 16 AllocBytes
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/runtime/pprof/internal/
protopprof.a 16 AllocBytes
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/runtime/pprof/internal/
protopprof.a 16 AllocBytes
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/runtime/pprof/internal/
protopprof.a 16 AllocBytes
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/
runtime.a 40 (p?AllocBytes
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/
runtime.a 40 (p?AllocBytes
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/
runtime.a 39 (p?AllocBytes
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/
runtime.a 39 (p?AllocBytes
    [all...]
  /prebuilts/go/darwin-x86/api/
go1.txt     [all...]
  /prebuilts/go/linux-x86/api/
go1.txt     [all...]

Completed in 2219 milliseconds