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

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h34 primary_.Init(release_to_os_interval_ms);
40 primary_.Init(release_to_os_interval_ms, heap_start);
68 if (primary_.CanAllocate(size, alignment))
69 res = cache->Allocate(&primary_, primary_.ClassID(size));
78 return primary_.ReleaseToOSIntervalMs();
82 primary_.SetReleaseToOSIntervalMs(release_to_os_interval_ms);
86 primary_.ForceReleaseToOS();
91 if (primary_.PointerIsMine(p))
92 cache->Deallocate(&primary_, primary
196 PrimaryAllocator primary_; member in class:CombinedAllocator
[all...]

Completed in 173 milliseconds