Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator.cpp91 static InternalAllocatorCache internal_allocator_cache; variable
113 return internal_allocator()->Allocate(&internal_allocator_cache, size, in RawInternalAlloc()
124 return internal_allocator()->Reallocate(&internal_allocator_cache, ptr, in RawInternalRealloc()
133 return internal_allocator()->Deallocate(&internal_allocator_cache, ptr); in RawInternalFree()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator.cc90 static InternalAllocatorCache internal_allocator_cache; variable
112 return internal_allocator()->Allocate(&internal_allocator_cache, size, in RawInternalAlloc()
123 return internal_allocator()->Reallocate(&internal_allocator_cache, ptr, in RawInternalRealloc()
132 return internal_allocator()->Deallocate(&internal_allocator_cache, ptr); in RawInternalFree()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator.cc92 static InternalAllocatorCache internal_allocator_cache; variable
114 return internal_allocator()->Allocate(&internal_allocator_cache, size, in RawInternalAlloc()
125 return internal_allocator()->Reallocate(&internal_allocator_cache, ptr, in RawInternalRealloc()
134 return internal_allocator()->Deallocate(&internal_allocator_cache, ptr); in RawInternalFree()