OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocator_cache
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.h
24
ALIGNED(8) uptr
allocator_cache
[96 * (512 * 8 + 16)]; // Opaque.
member in struct:__msan::MsanThreadLocalMallocStorage
msan_allocator.cc
136
CHECK_LE(sizeof(AllocatorCache), sizeof(ms->
allocator_cache
));
137
return reinterpret_cast<AllocatorCache *>(ms->
allocator_cache
);
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_linux.cc
26
static THREADLOCAL AllocatorCache
allocator_cache
;
member in namespace:__lsan
27
AllocatorCache *GetAllocatorCache() { return &
allocator_cache
; }
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.h
213
AllocatorCache
allocator_cache
;
member in struct:__asan::AsanThreadLocalMallocStorage
asan_allocator.cc
211
return &ms->
allocator_cache
;
Completed in 20 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026