Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/gen/
H A Dtsdalloc.c43 } tsdent_t; typedef
48 tsdent_t *loc = ptr; in _free_tsdbuf()
62 lfree(loc, _T_NUM_ENTRIES * sizeof (tsdent_t)); in _free_tsdbuf()
70 tsdent_t *loc; in tsdalloc()
89 loc = lmalloc(_T_NUM_ENTRIES * sizeof (tsdent_t)); in tsdalloc()
93 lfree(loc, _T_NUM_ENTRIES * sizeof (tsdent_t)); in tsdalloc()