Home
last modified time | relevance | path

Searched defs:InUseBytes (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/profilerecord/
Dprofilerecord.go21 func (r *MemProfileRecord) InUseBytes() int64 { return r.AllocBytes - r.FreeBytes } func
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmprof.go955 func (r *MemProfileRecord) InUseBytes() int64 { return r.AllocBytes - r.FreeBytes } func
/aosp_15_r20/external/scudo/standalone/
H A Dprimary32.h931 const uptr InUseBytes = InUsePages * PageSize; in getSizeClassFragmentationInfo() local
H A Dprimary64.h1191 const uptr InUseBytes = InUsePages * PageSize; in getRegionFragmentationInfo() local