void allocation_state_free()

in ext/liballocations/state.c [42:46]


void allocation_state_free(AllocationState *state) {
    allocation_state_reset_counts(state);

    free(state);
}