MCPcopy Create free account
hub / github.com/RenderKit/embree / push_back

Method push_back

common/sys/array.h:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 /******************** Modifiers **************************/
79
80 __forceinline void push_back(const T& v)
81 {
82 assert(M+1 < max_size());
83 items[M++] = v;
84 }
85
86 __forceinline void pop_back()
87 {

Callers 15

open_sequentialMethod · 0.45
splitMethod · 0.45
collide_recurse_entryMethod · 0.45
layoutLargeNodesMethod · 0.45
runMethod · 0.45
errorMethod · 0.45
parseFileMethod · 0.45
parseStringMethod · 0.45
runMethod · 0.45
accels_addMethod · 0.45
FastAllocatorClass · 0.45
setNumThreadsMethod · 0.45

Calls 1

max_sizeFunction · 0.85

Tested by

no test coverage detected