
Public Attributes | |
| MLOCK_T | mutex |
| void * | uservalue |
| int | threads |
| threadcache * | caches [THREADCACHEMAXCACHES] |
| TLSVAR | mycache |
| mstate | m [MAXTHREADSINPOOL+1] |
Definition at line 191 of file nedmalloc.c.
| MLOCK_T nedpool_t::mutex |
Definition at line 193 of file nedmalloc.c.
| void* nedpool_t::uservalue |
Definition at line 195 of file nedmalloc.c.
Referenced by GetThreadCache(), neddisablethreadcache(), nedpmallinfo(), nedpmalloc_footprint(), nedpmalloc_stats(), nedpmalloc_trim(), and nedpsetvalue().
| threadcache* nedpool_t::caches[THREADCACHEMAXCACHES] |
Definition at line 196 of file nedmalloc.c.
| TLSVAR nedpool_t::mycache |
Definition at line 197 of file nedmalloc.c.
| mstate nedpool_t::m[MAXTHREADSINPOOL+1] |
Definition at line 198 of file nedmalloc.c.
1.5.6