Searched refs:initLinkerInitialized (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h25 void initLinkerInitialized(Allocator *Instance) { function in struct:scudo::TSDRegistryExT
26 Instance->initLinkerInitialized();
28 FallbackTSD.initLinkerInitialized(Instance);
33 initLinkerInitialized(Instance);
74 initLinkerInitialized(Instance); // Sets Initialized.
86 ThreadTSD.initLinkerInitialized(Instance);
H A Dtsd.h31 void initLinkerInitialized(Allocator *Instance) { function
37 initLinkerInitialized(Instance);
H A Dbytemap.h20 void initLinkerInitialized() {} function in class:scudo::FlatByteMap
H A Dtsd_shared.h18 void initLinkerInitialized(Allocator *Instance) { function in struct:scudo::TSDRegistrySharedT
19 Instance->initLinkerInitialized();
26 TSDs[I].initLinkerInitialized(Instance);
46 initLinkerInitialized(Instance);
111 initLinkerInitialized(Instance); // Sets Initialized.
H A Dstats.h32 void initLinkerInitialized() {} function in class:scudo::LocalStats
59 void initLinkerInitialized() {} function in class:scudo::GlobalStats
64 initLinkerInitialized();
H A Dsecondary.h53 void initLinkerInitialized(UNUSED s32 ReleaseToOsInterval) {} function in class:scudo::MapAllocatorNoCache
76 void initLinkerInitialized(s32 ReleaseToOsInterval) {
81 initLinkerInitialized(ReleaseToOsInterval);
227 void initLinkerInitialized(GlobalStats *S, s32 ReleaseToOsInterval = -1) {
228 Cache.initLinkerInitialized(ReleaseToOsInterval);
229 Stats.initLinkerInitialized();
235 initLinkerInitialized(S, ReleaseToOsInterval);
H A Dquarantine.h67 void initLinkerInitialized() {} function in class:scudo::QuarantineCache
70 initLinkerInitialized();
178 void initLinkerInitialized(uptr Size, uptr CacheSize) { function in class:scudo::GlobalQuarantine
187 Cache.initLinkerInitialized();
196 initLinkerInitialized(Size, CacheSize);
H A Dlocal_cache.h51 void initLinkerInitialized(GlobalStats *S, SizeClassAllocator *A) { function in struct:scudo::SizeClassAllocatorLocalCache
52 Stats.initLinkerInitialized();
60 initLinkerInitialized(S, A);
H A Dcombined.h133 void initLinkerInitialized() { function in class:scudo::Allocator
160 Stats.initLinkerInitialized();
162 Primary.initLinkerInitialized(ReleaseToOsIntervalMs);
163 Secondary.initLinkerInitialized(&Stats, ReleaseToOsIntervalMs);
215 Cache->initLinkerInitialized(&Stats, &Primary);
H A Dprimary32.h67 void initLinkerInitialized(s32 ReleaseToOsInterval) { function in class:scudo::SizeClassAllocator32
71 PossibleRegions.initLinkerInitialized();
93 initLinkerInitialized(ReleaseToOsInterval);
H A Dprimary64.h66 void initLinkerInitialized(s32 ReleaseToOsInterval) { function in class:scudo::SizeClassAllocator64
101 initLinkerInitialized(ReleaseToOsInterval);

Completed in 169 milliseconds