MCPcopy Create free account
hub / github.com/KhronosGroup/glslang / TSmallArrayVector

Method TSmallArrayVector

glslang/Include/arrays.h:86–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
85
86 TSmallArrayVector() : sizes(nullptr) { }
87 virtual ~TSmallArrayVector() { dealloc(); }
88
89 // For breaking into two non-shared copies, independently modifiable.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected