Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/ldso/
H A Dnamespace.c22 static nslist g_ns_list; variable
196 g_ns_list.size = NSLIST_DEFAULT_SIZE; in nslist_init()
197 g_ns_list.num = 0; in nslist_init()
198 g_ns_list.nss = (ns_t **)__libc_calloc(NSLIST_DEFAULT_SIZE, sizeof *g_ns_list.nss); in nslist_init()
199 if (!g_ns_list.nss) { in nslist_init()
203 return &g_ns_list; in nslist_init()
208 size_t size = 2 * g_ns_list.size; in nslist_realloc()
211 nss = (ns_t **)__libc_realloc(g_ns_list.nss, size * (sizeof *g_ns_list in nslist_realloc()
[all...]
/third_party/musl/ldso/linux/
H A Dnamespace.c22 static nslist g_ns_list; variable
196 g_ns_list.size = NSLIST_DEFAULT_SIZE; in nslist_init()
197 g_ns_list.num = 0; in nslist_init()
198 g_ns_list.nss = (ns_t **)__libc_calloc(NSLIST_DEFAULT_SIZE, sizeof *g_ns_list.nss); in nslist_init()
199 if (!g_ns_list.nss) { in nslist_init()
203 return &g_ns_list; in nslist_init()
208 size_t size = 2 * g_ns_list.size; in nslist_realloc()
211 nss = (ns_t **)__libc_realloc(g_ns_list.nss, size * (sizeof *g_ns_list in nslist_realloc()
[all...]

Completed in 2 milliseconds