Searched defs:allocations (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/utils/
H A DMemoryLeakTrackUtil.cpp72 oss << totalMemory << " bytes in " << count << " allocations\n";
82 size_t allocations; member in struct:android::AllocEntry
88 oss << (e->size * e->allocations)
89 << " bytes ( " << e->size << " bytes * " << e->allocations << " allocations )\n";
/frameworks/base/cmds/statsd/src/guardrail/
H A DMemoryLeakTrackUtil.cpp71 oss << totalMemory << " bytes in " << count << " allocations\n";
82 size_t allocations; member in struct:android::os::statsd::AllocEntry
88 oss << (e->size * e->allocations) << " bytes ( " << e->size << " bytes * " << e->allocations
89 << " allocations )\n";
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java17 package com.android.rs.allocations;
412 // Set float allocations to -1/n
/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp989 * size_t allocations
993 * array of function pointers, and "allocations" is the number of
994 * allocations with the exact same size and backtrace.
996 * The entries are sorted by descending total size (i.e. size*allocations)
1037 size_t allocations = *(size_t*) (ptr + sizeof(size_t)); local
1043 allocations);

Completed in 1183 milliseconds