OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lost_bytes_adjustment
(Results
1 - 2
of
2
) sorted by null
/art/compiler/utils/
arena_allocator.h
77
void Dump(std::ostream& os, const Arena* first, ssize_t
lost_bytes_adjustment
) const {
78
UNUSED(os); UNUSED(first); UNUSED(
lost_bytes_adjustment
);
93
void Dump(std::ostream& os, const Arena* first, ssize_t
lost_bytes_adjustment
) const;
214
ssize_t
lost_bytes_adjustment
= 0);
arena_allocator.cc
84
ssize_t
lost_bytes_adjustment
) const {
93
// The
lost_bytes_adjustment
is used to make up for the fact that the current arena
95
lost_bytes +=
lost_bytes_adjustment
;
265
ssize_t
lost_bytes_adjustment
)
269
lost_bytes_adjustment_(
lost_bytes_adjustment
) {
279
ssize_t
lost_bytes_adjustment
=
local
281
return MemStats("ArenaAllocator", this, arena_head_,
lost_bytes_adjustment
);
Completed in 40 milliseconds