OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:total_bytes_free
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
malloc_extension.h
319
size_t
total_bytes_free
;
member in struct:MallocExtension::FreeListInfo
326
// returned in
total_bytes_free
(which count against a processes
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
malloc_extension.h
335
size_t
total_bytes_free
;
member in struct:MallocExtension::FreeListInfo
342
// returned in
total_bytes_free
(which count against a processes
/art/runtime/gc/
heap.cc
615
int64_t
total_bytes_free
= GetFreeMemory();
local
616
oss << "Failed to allocate a " << byte_count << " byte allocation with " <<
total_bytes_free
local
619
if (!large_object_allocation &&
total_bytes_free
>= byte_count) {
[
all
...]
Completed in 200 milliseconds