Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
void bh_array_free(bh_array_t *self) {
51
if (__predict_false(self->data != self->stack)) free(self->data);
52
}
Callers
3
bh_elf_relocator_reloc_invisible
Function · 0.85
bh_elf_relocator_hook
Function · 0.85
bh_elf_relocator_unhook
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected