Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/
Dbuiltin-kmem.c333 static double fragmentation(unsigned long n_req, unsigned long n_alloc) in fragmentation() function
/external/v8/src/heap/
Dmark-compact.cc787 int fragmentation() { return fragmentation_; } in CollectEvacuationCandidates() function in v8::internal::MarkCompactCollector::CollectEvacuationCandidates::Candidate
837 int fragmentation = 0; in CollectEvacuationCandidates() local