OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AllocatorCache
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_allocator.h
93
typedef Allocator::
AllocatorCache
AllocatorCache
;
95
void AllocatorThreadStart(
AllocatorCache
*cache);
96
void AllocatorThreadFinish(
AllocatorCache
*cache);
/src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_allocator.h
75
typedef Allocator::
AllocatorCache
AllocatorCache
;
77
void AllocatorSwallowThreadLocalCache(
AllocatorCache
*cache);
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc
53
typedef SizeClassAllocatorLocalCache<PrimaryAllocator>
AllocatorCache
;
55
typedef CombinedAllocator<PrimaryAllocator,
AllocatorCache
,
60
static THREADLOCAL
AllocatorCache
cache;
sanitizer_allocator_test.cc
624
<class PrimaryAllocator, class SecondaryAllocator, class
AllocatorCache
>
627
CombinedAllocator<PrimaryAllocator,
AllocatorCache
, SecondaryAllocator>
633
AllocatorCache
cache;
726
template <class
AllocatorCache
>
728
AllocatorCache
cache;
729
typedef typename
AllocatorCache
::Allocator Allocator;
793
typedef SizeClassAllocatorLocalCache<Allocator64>
AllocatorCache
;
794
static
AllocatorCache
static_allocator_cache;
797
typedef
AllocatorCache
::Allocator Allocator;
805
typedef
AllocatorCache
::Allocator Allocator
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.cc
120
typedef SizeClassAllocatorLocalCache<PrimaryAllocator>
AllocatorCache
;
122
typedef CombinedAllocator<PrimaryAllocator,
AllocatorCache
,
126
static
AllocatorCache
fallback_allocator_cache;
134
AllocatorCache
*GetAllocatorCache(MsanThreadLocalMallocStorage *ms) {
136
CHECK_LE(sizeof(
AllocatorCache
), sizeof(ms->allocator_cache));
137
return reinterpret_cast<
AllocatorCache
*>(ms->allocator_cache);
156
AllocatorCache
*cache = GetAllocatorCache(&t->malloc_storage());
160
AllocatorCache
*cache = &fallback_allocator_cache;
204
AllocatorCache
*cache = GetAllocatorCache(&t->malloc_storage());
208
AllocatorCache
*cache = &fallback_allocator_cache
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_primary32.h
113
typedef SizeClassAllocator32LocalCache<ThisT>
AllocatorCache
;
159
NOINLINE TransferBatch *AllocateBatch(AllocatorStats *stat,
AllocatorCache
*c,
304
bool PopulateBatches(
AllocatorCache
*c, SizeClassInfo *sci, uptr class_id,
329
bool PopulateFreeList(AllocatorStats *stat,
AllocatorCache
*c,
sanitizer_allocator_primary64.h
60
typedef SizeClassAllocator64LocalCache<ThisT>
AllocatorCache
;
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_primary32.h
120
typedef SizeClassAllocator32LocalCache<ThisT>
AllocatorCache
;
168
NOINLINE TransferBatch *AllocateBatch(AllocatorStats *stat,
AllocatorCache
*c,
316
bool PopulateBatches(
AllocatorCache
*c, SizeClassInfo *sci, uptr class_id,
341
bool PopulateFreeList(AllocatorStats *stat,
AllocatorCache
*c,
sanitizer_allocator_primary64.h
97
typedef SizeClassAllocator64LocalCache<ThisT>
AllocatorCache
;
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_primary32.h
120
typedef SizeClassAllocator32LocalCache<ThisT>
AllocatorCache
;
168
NOINLINE TransferBatch *AllocateBatch(AllocatorStats *stat,
AllocatorCache
*c,
316
bool PopulateBatches(
AllocatorCache
*c, SizeClassInfo *sci, uptr class_id,
341
bool PopulateFreeList(AllocatorStats *stat,
AllocatorCache
*c,
sanitizer_allocator_primary64.h
97
typedef SizeClassAllocator64LocalCache<ThisT>
AllocatorCache
;
/src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl.h
91
typedef Allocator::
AllocatorCache
AllocatorCache
;
116
AllocatorCache
alloc_cache;
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl.h
89
typedef Allocator::
AllocatorCache
AllocatorCache
;
114
AllocatorCache
alloc_cache;
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.h
88
typedef SizeClassAllocatorLocalCache<PrimaryAllocator>
AllocatorCache
;
90
typedef CombinedAllocator<PrimaryAllocator,
AllocatorCache
,
354
AllocatorCache
alloc_cache;
Completed in 35 milliseconds
Indexes created Sat Jun 27 00:24:51 UTC 2026