OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocated_end_
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.cc
116
if (
allocated_end_
- allocated_current_ < (sptr)size) {
120
allocated_end_
= allocated_current_ + size_to_allocate;
126
CHECK(
allocated_end_
- allocated_current_ >= (sptr)size);
sanitizer_common.h
99
char *
allocated_end_
;
member in class:__sanitizer::LowLevelAllocator
Completed in 275 milliseconds