Searched defs:Regfree (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/vmalloc/
H A Dmalloc.c361 static Regfree_t *Regfree; variable
369 { data->next = head = Regfree;
370 if(asocasptr(&Regfree, head, data) == (Void_t*)head )
380 if(!(list = Regfree) )
383 if(asocasptr(&Regfree, list, NIL(Regfree_t*)) != list )

Completed in 15 milliseconds