Searched refs:cache_alloc (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/binutils/binutils/
H A Dwrstabs.c849 unsigned int size, long **cache, size_t *cache_alloc)
877 if ((size_t) targindex >= *cache_alloc)
881 alloc = *cache_alloc;
887 memset (*cache + *cache_alloc, 0,
888 (alloc - *cache_alloc) * sizeof (long));
889 *cache_alloc = alloc;
846 stab_modify_type(struct stab_write_handle *info, int mod, unsigned int size, long **cache, size_t *cache_alloc) argument
/freebsd-10.1-release/sys/kern/
H A Dvfs_cache.c204 cache_alloc(int len, int ts) function
785 ncp = cache_alloc(cnp->cn_namelen, tsp != NULL);

Completed in 111 milliseconds