
Public Attributes | |
| int | mymspace |
| long | threadid |
| unsigned int | mallocs |
| unsigned int | frees |
| unsigned int | successes |
| size_t | freeInCache |
| threadcacheblk * | bins [(THREADCACHEMAXBINS+1)*2] |
Definition at line 177 of file nedmalloc.c.
Definition at line 182 of file nedmalloc.c.
Referenced by AllocCache(), DestroyCaches(), and neddisablethreadcache().
Definition at line 183 of file nedmalloc.c.
Referenced by AllocCache(), DestroyCaches(), and neddisablethreadcache().
| unsigned int threadcache_t::mallocs |
| unsigned int threadcache_t::frees |
Definition at line 184 of file nedmalloc.c.
Referenced by DestroyCaches(), and neddisablethreadcache().
| unsigned int threadcache_t::successes |
| size_t threadcache_t::freeInCache |
Definition at line 185 of file nedmalloc.c.
Referenced by DestroyCaches(), and neddisablethreadcache().
| threadcacheblk* threadcache_t::bins[(THREADCACHEMAXBINS+1)*2] |
Definition at line 186 of file nedmalloc.c.
1.5.6