MCPcopy Create free account
hub / github.com/Simple-Robotics/aligator / scoped_nomalloc

Method scoped_nomalloc

include/aligator/math.hpp:108–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107struct scoped_nomalloc {
108 scoped_nomalloc(const scoped_nomalloc &) = delete;
109 scoped_nomalloc(scoped_nomalloc &&) = delete;
110 ALIGATOR_INLINE scoped_nomalloc() {
111 save_malloc_status();

Callers

nothing calls this directly

Calls 1

save_malloc_statusFunction · 0.85

Tested by

no test coverage detected