Searched refs:stat_alloc (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/contrib/binutils/ld/
H A Dldexp.c153 etree_type *new = stat_alloc (sizeof (new->value));
165 etree_type *new = stat_alloc (sizeof (new->value));
179 etree_type *new = stat_alloc (sizeof (new->rel));
854 new = stat_alloc (sizeof (new->binary));
874 new = stat_alloc (sizeof (new->trinary));
892 new = stat_alloc (sizeof (new->unary));
911 new = stat_alloc (sizeof (new->name));
922 new = stat_alloc (sizeof (new->assign));
938 n = stat_alloc (sizeof (n->assign));
955 n = stat_alloc (sizeo
[all...]
H A Dldlang.c130 stat_alloc (size_t size) function
880 new = stat_alloc (size);
908 p = stat_alloc (sizeof (lang_input_statement_type));
1162 new = stat_alloc (sizeof (lang_memory_region_type));
1824 = ((fat_section_userdata_type *) (stat_alloc
1889 = stat_alloc (sizeof (fat_section_userdata_type));
3065 stat_alloc (sizeof (ldlang_undef_chain_list_type));
4027 pad = stat_alloc (sizeof (lang_padding_statement_type));
6209 n = stat_alloc (sizeof (struct lang_phdr));
H A Dldlang.h568 extern void *stat_alloc
H A Dlexsup.c1522 seg = stat_alloc (sizeof (*seg));
/freebsd-11-stable/contrib/apr/memory/unix/
H A Dapr_pools.c601 unsigned int stat_alloc; member in struct:apr_pool_t
1553 pool->stat_alloc, pool->stat_total_alloc, pool->stat_clear);
1768 pool->stat_alloc++;
1860 pool->stat_alloc = 0;

Completed in 151 milliseconds