HomeSort by: relevance | last modified time | path
    Searched refs:allocated_end_ (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator.cc 204 if (allocated_end_ - allocated_current_ < (sptr)size) {
208 allocated_end_ = allocated_current_ + size_to_allocate;
214 CHECK(allocated_end_ - allocated_current_ >= (sptr)size);
sanitizer_common.h 163 char *allocated_end_; member in class:__sanitizer::LowLevelAllocator

Completed in 11 milliseconds