reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator_local_cache.h
   75   typedef typename Allocator::CompactPtrT CompactPtrT;
projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary64.h
   65   CompactPtrT PointerToCompactPtr(uptr base, uptr ptr) const {
   68   uptr CompactPtrToPointer(uptr base, CompactPtrT ptr32) const {
  111                                   const CompactPtrT *chunks, uptr n_chunks) {
  114     CompactPtrT *free_array = GetFreeArray(region_beg);
  137                                  CompactPtrT *chunks, uptr n_chunks) {
  140     CompactPtrT *free_array = GetFreeArray(region_beg);
  449   static void ReleaseFreeMemoryToOS(CompactPtrT *free_array,
  633   CompactPtrT *GetFreeArray(uptr region_beg) const {
  658     uptr needed_space = num_freed_chunks * sizeof(CompactPtrT);
  749     CompactPtrT *free_array = GetFreeArray(region_beg);
  804     void ReleasePageRangeToOS(CompactPtrT from, CompactPtrT to) {
  804     void ReleasePageRangeToOS(CompactPtrT from, CompactPtrT to) {