void allocation_state_mark()

in ext/liballocations/state.c [36:40]


void allocation_state_mark(AllocationState *state) {
    if ( state->object_counts ) {
        st_foreach(state->object_counts, mark_each_entry, (st_data_t) NULL);
    }
}