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

Method NewBuffer

src/interface/aimrt_module_cpp_interface/util/buffer.h:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 }
73
74 aimrt_buffer_t NewBuffer(size_t size) {
75 return allocator_ptr_->allocate(allocator_ptr_->impl, &buffer_array_, size);
76 }
77
78 size_t BufferSize() const {
79 size_t result = 0;

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64