OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bytes_releasable_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/resources/
tile_manager.h
99
bytes_releasable_
+= BytesConsumedIfAllocated(tiles[i]);
197
size_t
bytes_releasable_
;
member in class:cc::TileManager
tile_manager.cc
211
bytes_releasable_
(0),
237
DCHECK_EQ(0u,
bytes_releasable_
);
627
static_cast<int64>(
bytes_releasable_
) +
755
bytes_allocatable -
bytes_releasable_
;
766
DCHECK_GE(
bytes_releasable_
, BytesConsumedIfAllocated(tile));
769
bytes_releasable_
-= BytesConsumedIfAllocated(tile);
[
all
...]
Completed in 48 milliseconds