MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / size

Method size

3rd_party/Src/ode/ode/src/array.h:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 // not: dArrayBase () { _size=0; _anum=0; _data=0; }
61
62 int size() const { return _size; }
63 int allocatedSize() const { return _anum; }
64 void * operator new (size_t size);
65 void operator delete (void *ptr, size_t size);

Callers 7

equalsMethod · 0.45
removeMethod · 0.45
cleanGeomsMethod · 0.45
nextMatrixMethod · 0.45
endMethod · 0.45
resetMethod · 0.45
dumpMethod · 0.45

Calls

no outgoing calls

Tested by 4

nextMatrixMethod · 0.36
endMethod · 0.36
resetMethod · 0.36
dumpMethod · 0.36