OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 28 milliseconds
Indexes created Tue Oct 07 21:09:53 GMT 2025