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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtsdalloc.c43 } tsdent_t; typedef in typeref:struct:__anon3001
48 tsdent_t *loc = ptr;
62 lfree(loc, _T_NUM_ENTRIES * sizeof (tsdent_t));
70 tsdent_t *loc;
89 loc = lmalloc(_T_NUM_ENTRIES * sizeof (tsdent_t));
93 lfree(loc, _T_NUM_ENTRIES * sizeof (tsdent_t));

Completed in 43 milliseconds