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

/illumos-gate/usr/src/cmd/audio/utilities/
H A Dzmalloc.c50 struct buffer_map { struct
51 struct buffer_map *bm_next;
57 static struct buffer_map *bm_list; /* NULL by default */
59 static struct buffer_map *
62 struct buffer_map *bm;
64 bm = (struct buffer_map *)malloc(sizeof (struct buffer_map));
78 register struct buffer_map *p_curr;
79 register struct buffer_map *p_prev;

Completed in 76 milliseconds