OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BytesConsumedIfAllocated
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/resources/
tile_manager.h
99
bytes_releasable_ +=
BytesConsumedIfAllocated
(tiles[i]);
165
inline size_t
BytesConsumedIfAllocated
(const Tile* tile) const {
tile_manager.cc
442
memory_required_bytes_ +=
BytesConsumedIfAllocated
(tile);
444
memory_nice_to_have_bytes_ +=
BytesConsumedIfAllocated
(tile);
676
size_t bytes_if_allocated =
BytesConsumedIfAllocated
(tile);
766
DCHECK_GE(bytes_releasable_,
BytesConsumedIfAllocated
(tile));
769
bytes_releasable_ -=
BytesConsumedIfAllocated
(tile);
[
all
...]
Completed in 27 milliseconds