OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bytes_allocated_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/base/memory/
discardable_memory_provider.cc
29
bytes_allocated_
(0),
40
DCHECK_EQ(0u,
bytes_allocated_
);
85
DCHECK_LE(bytes,
bytes_allocated_
);
86
bytes_allocated_
-= bytes;
121
if (std::numeric_limits<size_t>::max() - bytes <
bytes_allocated_
)
128
bytes_allocated_
+= bytes;
169
return
bytes_allocated_
;
179
if (bytes_to_reclaim_under_moderate_pressure_ <
bytes_allocated_
)
180
limit =
bytes_allocated_
- bytes_to_reclaim_under_moderate_pressure_;
197
if (
bytes_allocated_
<= limit
[
all
...]
discardable_memory_provider.h
124
size_t
bytes_allocated_
;
member in class:base::internal::DiscardableMemoryProvider
/art/compiler/dex/
arena_allocator.cc
46
:
bytes_allocated_
(0),
68
if (
bytes_allocated_
) {
70
memset(Begin(), 0,
bytes_allocated_
);
local
72
madvise(Begin(),
bytes_allocated_
, MADV_DONTNEED);
local
74
bytes_allocated_
= 0;
139
arena_head_->
bytes_allocated_
= ptr_ - begin_;
arena_allocator.h
52
return Size() -
bytes_allocated_
;
56
size_t
bytes_allocated_
;
member in class:art::Arena
/external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc
431
size_t
bytes_allocated_
;
member in class:gpu::gles2::BackTexture
475
size_t
bytes_allocated_
;
member in class:gpu::gles2::BackRenderbuffer
[
all
...]
Completed in 757 milliseconds