MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / Allocated

Method Allocated

neo/d3xp/script/Script_Program.cpp:95–97  ·  view source on GitHub ↗

================ function_t::Allocated ================ */

Source from the content-addressed store, hash-verified

93================
94*/
95size_t function_t::Allocated( void ) const {
96 return name.Allocated() + parmSize.Allocated();
97}
98
99/*
100================

Callers 1

CompileStatsMethod · 0.45

Calls 1

NumMethod · 0.45

Tested by

no test coverage detected