MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/FleX / init

Method init

include/NvFlexExt.h:78–83  ·  view source on GitHub ↗

reinitialize the vector leaving it unmapped

Source from the content-addressed store, hash-verified

76
77 // reinitialize the vector leaving it unmapped
78 void init(int size)
79 {
80 destroy();
81 resize(size);
82 unmap();
83 }
84
85 void destroy()
86 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected