Home
last modified time | relevance | path

Searched defs:MemGuard (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dallocator.h138 MemGuard() : n_(0) {} in MemGuard() function
139 explicit MemGuard(allocator a) : n_(0), alloc_(a) {} in MemGuard() function
144MemGuard(MemGuard &&lhs) noexcept : n_(lhs.n_), alloc_(std::move(lhs.alloc_)), ptr_(std::move(lhs.… in MemGuard() function