Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dheap_tagging.cpp204 static constexpr size_t kUntagLimit = 128 * 1024 * 1024; variable
225 if (distance > kUntagLimit) { in memtag_handle_longjmp()
228 sp_src, sp_dst, distance, kUntagLimit); in memtag_handle_longjmp()