OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allocated_bytes
(Results
1 - 5
of
5
) sorted by null
/art/runtime/
runtime_stats.h
72
allocated_bytes
= 0;
94
int
allocated_bytes
;
variable
/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
...]
Completed in 401 milliseconds