OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAllocatorCache
(Results
1 - 6
of
6
) 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/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),
Completed in 16 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025