Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h118 uptr new_num_freed_chunks = old_num_chunks + n_chunks; in ReturnToAllocator() local
122 new_num_freed_chunks))) { in ReturnToAllocator()
130 region->num_freed_chunks = new_num_freed_chunks; in ReturnToAllocator()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_primary64.h115 uptr new_num_freed_chunks = old_num_chunks + n_chunks; in ReturnToAllocator() local
119 new_num_freed_chunks))) { in ReturnToAllocator()
127 region->num_freed_chunks = new_num_freed_chunks; in ReturnToAllocator()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_primary64.h183 uptr new_num_freed_chunks = old_num_chunks + n_chunks; in ReturnToAllocator() local
187 new_num_freed_chunks))) { in ReturnToAllocator()
195 region->num_freed_chunks = new_num_freed_chunks; in ReturnToAllocator()