Searched refs:cache_alloc (Results 1 – 2 of 2) sorted by relevance
847 unsigned int size, long **cache, size_t *cache_alloc) in stab_modify_type() argument875 if ((size_t) targindex >= *cache_alloc) in stab_modify_type()879 alloc = *cache_alloc; in stab_modify_type()885 memset (*cache + *cache_alloc, 0, in stab_modify_type()886 (alloc - *cache_alloc) * sizeof (long)); in stab_modify_type()887 *cache_alloc = alloc; in stab_modify_type()
279 cache_alloc(int len, int ts) in cache_alloc() function1717 ncp = cache_alloc(cnp->cn_namelen, tsp != NULL); in cache_enter_time()