OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_bytes_free
(Results
1 - 7
of
7
) 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
/external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc.cc
820
i.
total_bytes_free
=
826
i.
total_bytes_free
=
848
i.
total_bytes_free
[
all
...]
debugallocation.cc
[
all
...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
tcmalloc.cc
827
i.
total_bytes_free
=
[
all
...]
debugallocation.cc
[
all
...]
/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 432 milliseconds