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

/freebsd-11-stable/sys/contrib/octeon-sdk/cvmx-malloc/
H A Darena.c59 static tsd_key_t arena_key; // one per PP (thread) variable
134 tsd_getspecific(arena_key, vptr);
H A Dmalloc.c2706 tsd_setspecific(arena_key, (Void_t *)ar_ptr);

Completed in 75 milliseconds