Searched refs:map_ (Results 1 – 6 of 6) sorted by relevance
58 internal_memset(map_, 0, sizeof(map_)); in DenseSlabAlloc()63 if (map_[i] != 0) in ~DenseSlabAlloc()64 UnmapOrDie(map_[i], kL2Size * sizeof(T)); in ~DenseSlabAlloc()84 return &map_[idx / kL2Size][idx % kL2Size]; in Map()105 for (IndexT l2 = l1 == 0 ? 1 : 0; l2 < kL2Size; l2++) func(&map_[l1][l2]); in ForEach()110 T *map_[kL1Size];181 map_[fillpos] = batch; in AllocSuperBlock()
30 void Init() { internal_memset(map_, 0, sizeof(map_)); } in Init() 41 return map_[idx];46 return map_[idx];50 T map_[kSize];
87 AddrHashMap<T, kSize> *map_; variable141 map_ = map; in Handle()145 map_->acquire(this); in Handle()151 map_ = map; in Handle()155 map_->acquire(this); in Handle()161 map_ = map; in Handle()165 map_->acquire(this); in Handle()170 map_->release(this); in ~Handle()
336 constexpr const extents_type& extents() const noexcept { return map_.extents(); }338 constexpr const mapping_type& mapping() const noexcept { return map_; }350 { return map_.is_unique(); }352 { return map_.is_exhaustive(); }354 { return map_.is_strided(); }356 { return map_.stride(r); }360 mapping_type map_; // exposition only
1238 * check-common.c: export the map_ functions for OVERRUN/UNDERRUN1241 * check-common.h: export the map_ functions for OVERRUN/UNDERRUN
129 #define SPAN_ROW_DATA_SIZE(map_, ld, index_) \ argument