Skip to content

ompt_task_data_t freelist implemented using sequential stack abstraction

Jonathon Anderson requested to merge github/fork/vladaindjic/ompt-blame into ompt-blame

Created by: vladaindjic

ompt_task_data_t freelist has been implemented by using sequential stack abstraction.

I was not sure about the proper way of invalidating the next pointer of a ompt_task_data_t structure, so I described two possible approaches in a comment that starts with: FIXME vi3 to jmc inside ompt-task.c.

Edited by Jonathon Anderson

Merge request reports