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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dstringrp.c48 * StringSegment objects store lots of small strings in larger
53 typedef struct StringSegment StringSegment; typedef in typeref:struct:StringSegment
54 struct StringSegment { struct
55 StringSegment *next; /* A pointer to the next segment in the list */
64 FreeList *node_mem; /* The StringSegment free-list */
66 StringSegment *head; /* The list of character arrays */
70 * Specify how many StringSegment's to allocate at a time.
116 sg->node_mem = _new_FreeList(sizeof(StringSegment), STR_SEG_BLK);
133 StringSegment *nod
[all...]

Completed in 56 milliseconds