Home
last modified time | relevance | path

Searched defs:fragmentation (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/pigweed/pw_allocator/
H A Dfragmentation_test.cc26 Fragmentation fragmentation; in TEST() local
36 Fragmentation fragmentation; in TEST() local
50 Fragmentation fragmentation; in TEST() local
H A Dfragmentation.cc45 float CalculateFragmentation(const Fragmentation& fragmentation) { in CalculateFragmentation()
/aosp_15_r20/external/pigweed/pw_allocator/benchmarks/public/pw_allocator/benchmarks/
H A Dmeasurements.h34 float fragmentation = 0.f; member
60 float fragmentation() const { return fragmentation_.value(); } in fragmentation() function
/aosp_15_r20/external/pigweed/pw_allocator/benchmarks/
H A Dbenchmark.cc75 Fragmentation fragmentation = GetBlockFragmentation(); in DoAfter() local
H A Dmeasurements.cc89 Measurement<float>& Measurements::GetByFragmentation(float fragmentation) { in GetByFragmentation()
H A Dbenchmark_test.cc93 size_t ByFragmentationChanged(Benchmark& benchmark, float fragmentation) { in ByFragmentationChanged()
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/protobuf/
H A Dmemory_profile.proto29 double fragmentation = 4; field
/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/
H A Dblock_allocator_testing.h276 Fragmentation fragmentation = block_allocator.MeasureFragmentation(); in MeasureFragmentation() local
H A Dblock_allocator.h458 Fragmentation fragmentation; in MeasureFragmentation() local
/aosp_15_r20/external/cronet/base/trace_event/
H A Dmalloc_dump_provider.cc509 size_t fragmentation = in PartitionDumpTotals() local
/aosp_15_r20/system/authgraph/wire/src/
H A Dlib.rs30 pub mod fragmentation; module