OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maps_size
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/trace_event/
heap_profiler_stack_frame_deduplicator.cc
102
size_t
maps_size
= roots_.size() * sizeof(std::pair<StackFrame, int>);
local
107
maps_size
+= node.children.size() * sizeof(std::pair<StackFrame, int>);
110
sizeof(StackFrameDeduplicator) +
maps_size
+ frames_allocated,
111
sizeof(StackFrameDeduplicator) +
maps_size
+ frames_resident);
/system/extras/libpagemap/
pm_process.c
252
int maps_count,
maps_size
;
local
261
maps_count = 0;
maps_size
= INITIAL_MAPS;
278
if (maps_count >=
maps_size
) {
279
new_maps = realloc(maps, 2 *
maps_size
* sizeof(pm_map_t*));
288
maps_size
*= 2;
Completed in 85 milliseconds