Home
last modified time | relevance | path

Searched refs:cache_alloc (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/binutils-2.27/binutils/
H A Dwrstabs.c847 unsigned int size, long **cache, size_t *cache_alloc) in stab_modify_type() argument
875 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()
/dflybsd-src/contrib/binutils-2.34/binutils/
H A Dwrstabs.c847 unsigned int size, long **cache, size_t *cache_alloc) in stab_modify_type() argument
875 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()
/dflybsd-src/sys/kern/
H A Dvfs_cache.c931 cache_alloc(int nlen) in cache_alloc() function
3450 new_ncp = cache_alloc(nlc->nlc_namelen); in cache_nlookup()
3683 new_ncp = cache_alloc(nlc->nlc_namelen); in cache_nlookup_nonblock()
4969 nch->ncp = cache_alloc(0); in cache_allocroot()