Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepot.cc98 uptr allocsz = 64 * 1024; in allocDesc() local
99 if (allocsz < memsz) in allocDesc()
100 allocsz = memsz; in allocDesc()
101 uptr mem = (uptr)MmapOrDie(allocsz, "stack depot"); in allocDesc()
102 stats.mapped += allocsz; in allocDesc()
103 atomic_store(&depot.region_end, mem + allocsz, memory_order_release); in allocDesc()