HomeSort by: relevance | last modified time | path
    Searched refs:GetAllocatorCache (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_linux.cc 27 AllocatorCache *GetAllocatorCache() { return &allocator_cache; }
lsan_allocator.cc 47 allocator.SwallowCache(GetAllocatorCache());
85 void *p = allocator.Allocate(GetAllocatorCache(), size, alignment);
115 allocator.Deallocate(GetAllocatorCache(), p);
122 allocator.Deallocate(GetAllocatorCache(), p);
125 p = allocator.Reallocate(GetAllocatorCache(), p, new_size, alignment);
131 *begin = (uptr)GetAllocatorCache();
lsan_allocator.h 117 AllocatorCache *GetAllocatorCache();
lsan_common_mac.cc 95 AllocatorCache *GetAllocatorCache() { return &get_tls_val(true)->cache; }
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_linux.cpp 27 AllocatorCache *GetAllocatorCache() { return &allocator_cache; }
lsan_allocator.cpp 52 void AllocatorThreadStart() { allocator.InitCache(GetAllocatorCache()); }
55 allocator.SwallowCache(GetAllocatorCache());
56 allocator.DestroyCache(GetAllocatorCache());
101 void *p = allocator.Allocate(GetAllocatorCache(), size, alignment);
127 allocator.Deallocate(GetAllocatorCache(), p);
138 allocator.Reallocate(GetAllocatorCache(), p, new_size, alignment);
147 *begin = (uptr)GetAllocatorCache();
lsan_allocator.h 122 Allocator::AllocatorCache *GetAllocatorCache();
lsan_common_mac.cpp 113 AllocatorCache *GetAllocatorCache() { return &get_tls_val(true)->cache; }
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_linux.cpp 26 AllocatorCache *GetAllocatorCache() { return &allocator_cache; }
lsan_allocator.cpp 53 allocator.SwallowCache(GetAllocatorCache());
91 void *p = allocator.Allocate(GetAllocatorCache(), size, alignment);
121 allocator.Deallocate(GetAllocatorCache(), p);
132 allocator.Reallocate(GetAllocatorCache(), p, new_size, alignment);
141 *begin = (uptr)GetAllocatorCache();
lsan_allocator.h 113 Allocator::AllocatorCache *GetAllocatorCache();
lsan_common_mac.cpp 94 AllocatorCache *GetAllocatorCache() { return &get_tls_val(true)->cache; }
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.cc 134 AllocatorCache *GetAllocatorCache(MsanThreadLocalMallocStorage *ms) {
141 allocator.SwallowCache(GetAllocatorCache(this));
156 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
204 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc 209 AllocatorCache *GetAllocatorCache(AsanThreadLocalMallocStorage *ms) {
452 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
599 AllocatorCache *ac = GetAllocatorCache(ms);
698 AllocatorCache *ac = GetAllocatorCache(ms);
764 QuarantineCallback(GetAllocatorCache(ms),
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_allocator.cpp 319 AllocatorCache *GetAllocatorCache(AsanThreadLocalMallocStorage *ms) {
581 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
692 AllocatorCache *ac = GetAllocatorCache(ms);
795 AllocatorCache *ac = GetAllocatorCache(ms);
872 QuarantineCallback(GetAllocatorCache(ms),
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_allocator.cpp 266 AllocatorCache *GetAllocatorCache(AsanThreadLocalMallocStorage *ms) {
535 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
664 AllocatorCache *ac = GetAllocatorCache(ms);
763 AllocatorCache *ac = GetAllocatorCache(ms);
836 QuarantineCallback(GetAllocatorCache(ms),

Completed in 29 milliseconds