HomeSort by relevance Sort by last modified time
    Searched refs:allocated_end_ (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.cc 169 if (allocated_end_ - allocated_current_ < (sptr)size) {
173 allocated_end_ = allocated_current_ + size_to_allocate;
179 CHECK(allocated_end_ - allocated_current_ >= (sptr)size);
sanitizer_common.h 165 char *allocated_end_; member in class:__sanitizer::LowLevelAllocator

Completed in 64 milliseconds