OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocated_bytes
(Results
1 - 9
of
9
) sorted by null
/art/runtime/
runtime_stats.h
72
allocated_bytes
= 0;
94
int
allocated_bytes
;
variable
runtime.cc
[
all
...]
/external/chromium_org/base/allocator/
allocator_shim.cc
235
size_t heap_size,
allocated_bytes
, unmapped_bytes;
local
239
&
allocated_bytes
) &&
242
*size = heap_size -
allocated_bytes
- unmapped_bytes;
/external/chromium_org/content/app/
content_main_runner.cc
513
size_t heap_size,
allocated_bytes
, unmapped_bytes;
local
517
&
allocated_bytes
) &&
520
*size = heap_size -
allocated_bytes
- unmapped_bytes;
/external/protobuf/src/google/protobuf/
repeated_field.h
715
int
allocated_bytes
=
local
718
allocated_bytes
+= TypeHandler::SpaceUsed(*cast<TypeHandler>(elements_[i]));
720
return
allocated_bytes
;
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
repeated_field.h
909
int
allocated_bytes
=
local
912
allocated_bytes
+= TypeHandler::SpaceUsed(*cast<TypeHandler>(elements_[i]));
914
return
allocated_bytes
;
[
all
...]
/external/chromium_org/v8/src/
incremental-marking.cc
896
void IncrementalMarking::Step(intptr_t
allocated_bytes
,
905
allocated_ +=
allocated_bytes
;
[
all
...]
/external/v8/src/
incremental-marking.cc
769
void IncrementalMarking::Step(intptr_t
allocated_bytes
,
778
allocated_ +=
allocated_bytes
;
/art/runtime/gc/
heap.cc
782
thread_stats->
allocated_bytes
+= size;
787
global_stats->
allocated_bytes
+= size;
[
all
...]
Completed in 184 milliseconds