MCPcopy Create free account
hub / github.com/Samsung/rlottie / SkipPod

Method SkipPod

src/vector/varenaalloc.cpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63char* VArenaAlloc::SkipPod(char* footerEnd) {
64 char* objEnd = footerEnd - (sizeof(Footer) + sizeof(int32_t));
65 int32_t skip;
66 memmove(&skip, objEnd, sizeof(int32_t));
67 return objEnd - skip;
68}
69
70void VArenaAlloc::RunDtorsOnBlock(char* footerEnd) {
71 while (footerEnd != nullptr) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected