Home
last modified time | relevance | path

Searched refs:alloc_seg (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/svr4pkg/libinst/
H A Dlistmgr.c51 struct alloc_seg { struct
56 struct alloc_seg *next; /* next record */ argument
64 struct alloc_seg *alloc_segs; /* memory pool */
66 struct alloc_seg *cur_segment; /* the current allocated segment */
101 struct alloc_seg *segstr_ptr, *nextstr_ptr; in free_list()
136 struct alloc_seg *new_alloc_cs; in alloc_next_seg()
140 struct alloc_seg *alloc_segment; in alloc_next_seg()
152 (struct alloc_seg *)calloc(1, in alloc_next_seg()
153 sizeof (struct alloc_seg))) == NULL) { in alloc_next_seg()
190 if ((new_alloc_cs = (struct alloc_seg *)malloc( in alloc_next_seg()
[all …]