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

Method Realloc

tests/node_test.cpp:770–770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

768 public:
769 static void* Malloc(size_t) { return nullptr; }
770 static void* Realloc(void*, size_t, size_t) { return nullptr; }
771
772 static void Free(void*) { return; }
773 static constexpr bool kNeedFree = true;

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected