MCPcopy Create free account
hub / github.com/AimRT/AimRT / GetAllocator

Method GetAllocator

src/interface/aimrt_module_cpp_interface/core.h:72–75  ·  view source on GitHub ↗

* @brief Get allocator handle * * @return allocator::AllocatorRef */

Source from the content-addressed store, hash-verified

70 * @return allocator::AllocatorRef
71 */
72 allocator::AllocatorRef GetAllocator() const {
73 AIMRT_ASSERT(base_ptr_, "Reference is null.");
74 return allocator::AllocatorRef(base_ptr_->allocator_handle(base_ptr_->impl));
75 }
76
77 /**
78 * @brief Get executor manager handle

Callers

nothing calls this directly

Calls 1

AllocatorRefClass · 0.85

Tested by

no test coverage detected