HomeSort by: relevance | last modified time | path
    Searched defs:primary_ (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_combined.h 38 primary_.Init(release_to_os_interval_ms);
44 primary_.Init(release_to_os_interval_ms);
72 if (primary_.CanAllocate(size, alignment))
73 res = cache->Allocate(&primary_, primary_.ClassID(size));
82 return primary_.ReleaseToOSIntervalMs();
86 primary_.SetReleaseToOSIntervalMs(release_to_os_interval_ms);
90 primary_.ForceReleaseToOS();
95 if (primary_.PointerIsMine(p))
96 cache->Deallocate(&primary_, primary_.GetSizeClass(p), p)
202 PrimaryAllocator primary_; member in class:CombinedAllocator
    [all...]
sanitizer_allocator_combined.h 38 primary_.Init(release_to_os_interval_ms);
44 primary_.Init(release_to_os_interval_ms);
72 if (primary_.CanAllocate(size, alignment))
73 res = cache->Allocate(&primary_, primary_.ClassID(size));
82 return primary_.ReleaseToOSIntervalMs();
86 primary_.SetReleaseToOSIntervalMs(release_to_os_interval_ms);
90 primary_.ForceReleaseToOS();
95 if (primary_.PointerIsMine(p))
96 cache->Deallocate(&primary_, primary_.GetSizeClass(p), p)
202 PrimaryAllocator primary_; member in class:CombinedAllocator
    [all...]
sanitizer_allocator_combined.h 38 primary_.Init(release_to_os_interval_ms);
44 primary_.Init(release_to_os_interval_ms);
72 if (primary_.CanAllocate(size, alignment))
73 res = cache->Allocate(&primary_, primary_.ClassID(size));
82 return primary_.ReleaseToOSIntervalMs();
86 primary_.SetReleaseToOSIntervalMs(release_to_os_interval_ms);
90 primary_.ForceReleaseToOS();
95 if (primary_.PointerIsMine(p))
96 cache->Deallocate(&primary_, primary_.GetSizeClass(p), p)
202 PrimaryAllocator primary_; member in class:CombinedAllocator
    [all...]

Completed in 32 milliseconds