Home
last modified time | relevance | path

Searched refs:allocated_current_ (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.cc169 if (allocated_end_ - allocated_current_ < (sptr)size) { in Allocate()
171 allocated_current_ = in Allocate()
173 allocated_end_ = allocated_current_ + size_to_allocate; in Allocate()
175 low_level_alloc_callback((uptr)allocated_current_, in Allocate()
179 CHECK(allocated_end_ - allocated_current_ >= (sptr)size); in Allocate()
180 void *res = allocated_current_; in Allocate()
181 allocated_current_ += size; in Allocate()
Dsanitizer_common.h166 char *allocated_current_; variable
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.cpp222 if (allocated_end_ - allocated_current_ < (sptr)size) { in Allocate()
224 allocated_current_ = in Allocate()
226 allocated_end_ = allocated_current_ + size_to_allocate; in Allocate()
228 low_level_alloc_callback((uptr)allocated_current_, in Allocate()
232 CHECK(allocated_end_ - allocated_current_ >= (sptr)size); in Allocate()
233 void *res = allocated_current_; in Allocate()
234 allocated_current_ += size; in Allocate()
Dsanitizer_common.h202 char *allocated_current_; variable
/external/libabigail/tests/data/test-annotate/
Dtest15-pr18892.so.abi4366 <!-- char* __sanitizer::LowLevelAllocator::allocated_current_ -->
4367 …<var-decl name='allocated_current_' type-id='type-id-28' visibility='default' filepath='../../../.…
/external/libabigail/tests/data/test-read-dwarf/
Dtest15-pr18892.so.abi2376 …<var-decl name='allocated_current_' type-id='type-id-28' visibility='default' filepath='../../../.…