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 58 if (allocated_end_ - allocated_current_ < (sptr)size) {
62 allocated_end_ = allocated_current_ + size_to_allocate;
68 CHECK(allocated_end_ - allocated_current_ >= (sptr)size);
sanitizer_common.h 98 char *allocated_end_; member in class:__sanitizer::LowLevelAllocator

Completed in 4609 milliseconds