MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / size

Method size

include/chaiscript/dispatchkit/short_alloc.hpp:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 void deallocate(char* p, std::size_t n) noexcept;
43
44 static constexpr std::size_t size() noexcept {return N;}
45 std::size_t used() const noexcept {return static_cast<std::size_t>(ptr_ - buf_);}
46 void reset() noexcept {ptr_ = buf_;}
47

Callers 15

printMethod · 0.45
bind_functionMethod · 0.45
container_typeFunction · 0.45
string_typeFunction · 0.45
build_param_typesMethod · 0.45
convertMethod · 0.45
matchMethod · 0.45
operator()Method · 0.45
filterMethod · 0.45
Proxy_Function_BaseMethod · 0.45
compare_typesMethod · 0.45
call_match_internalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected