
Public Attributes | |
| unsigned int | lastUsed |
| unsigned int | size |
| threadcacheblk * | next |
| threadcacheblk * | prev |
Definition at line 169 of file nedmalloc.c.
| unsigned int threadcacheblk_t::lastUsed |
Definition at line 174 of file nedmalloc.c.
Referenced by RemoveCacheEntries(), and threadcache_free().
| unsigned int threadcacheblk_t::size |
Definition at line 174 of file nedmalloc.c.
Referenced by RemoveCacheEntries(), threadcache_free(), and threadcache_malloc().
Definition at line 175 of file nedmalloc.c.
Referenced by RemoveCacheEntries(), threadcache_free(), and threadcache_malloc().
Definition at line 175 of file nedmalloc.c.
Referenced by RemoveCacheEntries(), threadcache_free(), and threadcache_malloc().
1.5.6