Home
last modified time | relevance | path

Searched refs:used_objs (Results 1 - 2 of 2) sorted by relevance

/third_party/alsa-lib/src/alisp/
H A Dalisp_local.h145 long used_objs; member
H A Dalisp.c147 instance->used_objs++; in new_object()
157 if (instance->used_objs + instance->free_objs > instance->max_objs) in new_object()
158 instance->max_objs = instance->used_objs + instance->free_objs; in new_object()
190 instance->used_objs--; in delete_object()
2927 snd_output_printf(instance->out, " used_objs = %li, free_objs = %li, max_objs = %li, obj_size = %i (total bytes = %li, max bytes = %li)\n", in F_stat_memory()
2928 instance->used_objs, in F_stat_memory()
2932 (long)((instance->used_objs + instance->free_objs) * sizeof(struct alisp_object)), in F_stat_memory()
2941 if (instance->used_objs > 0) { in F_check_memory()

Completed in 6 milliseconds