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

/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_bag.c66 } t_heap_bag; typedef in typeref:struct:__anon1621
70 static void _free_heap_bag(t_heap_bag *obj);
71 static t_heap_bag * _copy_heap_bag(t_heap_bag *obj);
72 static void _mark_heap_bag(t_heap_bag *obj);
73 static int _tostr_heap_bag(t_heap_bag *obj, char *buf, int quoted);
74 static int _strsz_heap_bag(t_heap_bag *obj, int quoted);
77 _erase_heap_bag(t_heap_bag *obj) /* obj != NULL */
94 _free_heap_bag(t_heap_bag *obj) /* obj != NULL */
99 hg_free_size(obj, sizeof(t_heap_bag));
[all...]

Completed in 82 milliseconds