MCPcopy Create free account
hub / github.com/Compaile/ctrack / isOnStack

Function isOnStack

test/doctest.h:611–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609 char* allocate(size_type sz);
610
611 bool isOnStack() const noexcept { return (buf[last] & 128) == 0; }
612 void setOnHeap() noexcept;
613 void setLast(size_type in = last) noexcept;
614 void setSize(size_type sz) noexcept;

Callers 2

c_strFunction · 0.85
DOCTEST_DEFINE_DECORATORFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected