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

/darwin-on-arm/xnu/bsd/net/
H A Dntstat.c118 static volatile OSMallocTag nstat_malloc_tag = NULL; variable
226 if (nstat_malloc_tag != NULL) return;
229 if (!OSCompareAndSwapPtr(NULL, tag, &nstat_malloc_tag))
232 tag = nstat_malloc_tag;
553 if (nstat_malloc_tag == NULL) nstat_init();
555 result = nstat_malloc_aligned(sizeof(*result), sizeof(u_int64_t), nstat_malloc_tag);
562 nstat_free_aligned(result, nstat_malloc_tag);
575 nstat_free_aligned(rte->rt_stats, nstat_malloc_tag);
1372 OSFree(src, sizeof(*src), nstat_malloc_tag);
1381 nstat_control_state *state = OSMalloc(sizeof(*state), nstat_malloc_tag);
[all...]

Completed in 73 milliseconds