MCPcopy Create free account
hub / github.com/defold/defold / Size

Method Size

engine/dlib/src/dmsdk/dlib/object_pool.h:127–130  ·  view source on GitHub ↗

get size * Get number of objects currently stored * @name Size * @return size [type: uint32_t] returns the number of objects currently stored */

Source from the content-addressed store, hash-verified

125 * @return size [type: uint32_t] returns the number of objects currently stored
126 */
127 uint32_t Size()
128 {
129 return m_Objects.Size();
130 }
131
132 /*#
133 * Checks if the pool is full

Callers 3

AllocMethod · 0.45
FreeMethod · 0.45
GetPtrMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected