MCPcopy Create free account
hub / github.com/bytedance/sonic-cpp / PushSize

Method PushSize

include/sonic/internal/stack.h:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101 template <typename T>
102 sonic_force_inline T* PushSize(size_t n) {
103 Grow(n * sizeof(T));
104 return PushSizeUnsafe<T>(n);
105 }
106
107 template <typename T>
108 sonic_force_inline T* PushSizeUnsafe(size_t n) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected