Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_allocator.cc670 uptr n_new_chunks = kMaxSizeForThreadLocalFreeList / size_to_allocate; in Allocate() local
671 *fl = malloc_info.AllocateChunks(size_class, n_new_chunks); in Allocate()