OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommittedPhysicalMemory
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/v8/src/
spaces.h
674
size_t
CommittedPhysicalMemory
() {
[
all
...]
spaces.cc
979
size_t PagedSpace::
CommittedPhysicalMemory
()
[
all
...]
heap.cc
182
size_t Heap::
CommittedPhysicalMemory
() {
185
return new_space_.
CommittedPhysicalMemory
() +
186
old_pointer_space_->
CommittedPhysicalMemory
() +
187
old_data_space_->
CommittedPhysicalMemory
() +
188
code_space_->
CommittedPhysicalMemory
() +
189
map_space_->
CommittedPhysicalMemory
() +
190
cell_space_->
CommittedPhysicalMemory
() +
191
property_cell_space_->
CommittedPhysicalMemory
() +
192
lo_space_->
CommittedPhysicalMemory
();
[
all
...]
heap.h
601
size_t
CommittedPhysicalMemory
();
[
all
...]
api.cc
[
all
...]
Completed in 154 milliseconds