Searched refs:max_objs (Results 1 – 2 of 2) sorted by relevance
146 long max_objs; member
156 if (instance->used_objs + instance->free_objs > instance->max_objs) in new_object()157 instance->max_objs = instance->used_objs + instance->free_objs; in new_object()2929 instance->max_objs, in F_stat_memory()2932 (long)(instance->max_objs * sizeof(struct alisp_object))); in F_stat_memory()