threadcache 196 compat/nedmalloc/nedmalloc.c threadcache *caches[THREADCACHEMAXCACHES]; threadcache 268 compat/nedmalloc/nedmalloc.c static void tcfullsanitycheck(threadcache *tc) THROWSPEC threadcache 286 compat/nedmalloc/nedmalloc.c static NOINLINE void RemoveCacheEntries(nedpool *p, threadcache *tc, unsigned int age) THROWSPEC threadcache 328 compat/nedmalloc/nedmalloc.c threadcache *tc; threadcache 346 compat/nedmalloc/nedmalloc.c static NOINLINE threadcache *AllocCache(nedpool *p) THROWSPEC threadcache 348 compat/nedmalloc/nedmalloc.c threadcache *tc=0; threadcache 357 compat/nedmalloc/nedmalloc.c tc=p->caches[n]=(threadcache *) mspace_calloc(p->m[0], 1, sizeof(threadcache)); threadcache 375 compat/nedmalloc/nedmalloc.c static void *threadcache_malloc(nedpool *p, threadcache *tc, size_t *size) THROWSPEC threadcache 461 compat/nedmalloc/nedmalloc.c static NOINLINE void ReleaseFreeInCache(nedpool *p, threadcache *tc, int mymspace) THROWSPEC threadcache 473 compat/nedmalloc/nedmalloc.c static void threadcache_free(nedpool *p, threadcache *tc, int mymspace, void *mem, size_t size) THROWSPEC threadcache 575 compat/nedmalloc/nedmalloc.c static NOINLINE mstate FindMSpace(nedpool *p, threadcache *tc, int *lastUsed, size_t size) THROWSPEC threadcache 698 compat/nedmalloc/nedmalloc.c threadcache *tc=p->caches[mycache-1]; threadcache 722 compat/nedmalloc/nedmalloc.c static FORCEINLINE mstate GetMSpace(nedpool *p, threadcache *tc, int mymspace, size_t size) THROWSPEC threadcache 730 compat/nedmalloc/nedmalloc.c static FORCEINLINE void GetThreadCache(nedpool **p, threadcache **tc, int *mymspace, size_t *size) THROWSPEC threadcache 777 compat/nedmalloc/nedmalloc.c threadcache *tc; threadcache 797 compat/nedmalloc/nedmalloc.c threadcache *tc; threadcache 817 compat/nedmalloc/nedmalloc.c threadcache *tc; threadcache 846 compat/nedmalloc/nedmalloc.c threadcache *tc; threadcache 863 compat/nedmalloc/nedmalloc.c threadcache *tc; threadcache 929 compat/nedmalloc/nedmalloc.c threadcache *tc; threadcache 939 compat/nedmalloc/nedmalloc.c threadcache *tc;