MCPcopy Create free account
hub / github.com/acl-dev/acl / size

Function size

lib_acl_cpp/include/acl_cpp/stdlib/dbuf_pool.hpp:369–371  ·  view source on GitHub ↗

* Get the number of objects currently managed in memory pool. * @return {size_t} */

Source from the content-addressed store, hash-verified

367 * @return {size_t}
368 */
369 size_t size() const {
370 return size_;
371 }
372
373 /**
374 * Get object at specified index.

Callers 12

pop_backMethod · 0.50
hashMethod · 0.50
AddAlreadyReservedMethod · 0.50
ResizeMethod · 0.50
repeated_field.hFile · 0.50
MutableMethod · 0.50
SetMethod · 0.50
sizeMethod · 0.50
DeleteSubrangeMethod · 0.50
ExtractSubrangeMethod · 0.50
endMethod · 0.50
pointer_endMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…