OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alloc_end
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/lib/asan/
asan_allocator2.cc
362
uptr
alloc_end
= alloc_beg + needed_size;
local
368
CHECK_LE(user_end,
alloc_end
);
Completed in 36 milliseconds