MCPcopy Create free account
hub / github.com/bytedance/bhook / bh_array_free

Function bh_array_free

bytehook/src/main/cpp/bh_array.c:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void bh_array_free(bh_array_t *self) {
51 if (__predict_false(self->data != self->stack)) free(self->data);
52}

Callers 3

bh_elf_relocator_hookFunction · 0.85
bh_elf_relocator_unhookFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected