Lines Matching refs:memory
21 * device-specific memory usage.
22 * The primary goal is to be able to track memory that is not
23 * trackable in any other way, for example texture memory that is allocated by
25 * A secondary goal is to be able to categorize memory used by a process into
26 * GL, graphics, etc. All memory sizes must be in real memory usage,
34 * getMemory() populates MemtrackRecord vector with the sizes of memory
35 * plus associated flags for that memory.
40 * A process collecting memory statistics will call getMemory for each
41 * combination of pid and memory type. For each memory type that it
43 * structures breaking down the statistics of that memory type as much as
50 * If the HAL cannot differentiate between SYSTEM and DEDICATED memory, it
60 * @param pid process for which memory information is requested
61 * @param type memory type that information is being requested about
62 * @return records vector of MemtrackRecord containing memory information