Home
last modified time | relevance | path

Searched refs:allocs (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/
H A Dunbalanced_allocs.py38 def ProcessFree(line, f, allocs): argument
44 if addr in allocs:
45 del allocs[addr]
50 def ProcessMalloc(line, f, allocs): argument
52 return ProcessFree(line, f, allocs)
55 assert not addr in allocs
58 allocs[addr] = (line, stack)
65 allocs = {}
72 for _, (l, s) in allocs.items():
76 line = ProcessMalloc(line, f, allocs)
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/
H A Dallocfail.sh41 allocs=$(./allocfail 2>&1)
42 if [ "$allocs" = "" ]; then
64 echo "allocs: $allocs"
70 while [ $i -le $allocs ]; do
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Dallocfail.sh41 allocs=$(./allocfail 2>&1)
42 if [ "$allocs" = "" ]; then
64 echo "allocs: $allocs"
70 while [ $i -le $allocs ]; do
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/big_integer/
H A Dbi_openssl.c116 allocs = list_new(); in bi_init()
117 if( allocs == NULL) { in bi_init()
158 list_ptr list = allocs; in bi_flush_memory()
169 list_freeall( allocs); in bi_flush_memory()
170 allocs = list_new(); in bi_flush_memory()
171 if( allocs == NULL) { in bi_flush_memory()
H A Dbi_gmp.c180 allocs = list_new(); in bi_init()
181 if( allocs == NULL) { in bi_init()
237 list_ptr list = allocs; in bi_flush_memory()
248 list_freeall( allocs); in bi_flush_memory()
249 allocs = list_new(); in bi_flush_memory()
250 if( allocs == NULL) { in bi_flush_memory()
H A Dbi.c38 list_ptr allocs = NULL; variable
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfree_tree.d362 void[][] allocs; in FreeTree()
364 allocs ~= a.allocate(s); in FreeTree()
365 foreach_reverse (b; allocs) in FreeTree()
371 allocs = null; in FreeTree()
373 allocs ~= a.allocate(s); in FreeTree()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfree_tree.d365 void[][] allocs; in FreeTree()
367 allocs ~= a.allocate(s); in FreeTree()
368 foreach_reverse (b; allocs) in FreeTree()
374 allocs = null; in FreeTree()
376 allocs ~= a.allocate(s); in FreeTree()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/daa/
H A Dbi_gmp.h65 list_add( allocs, ret); in bi_2_hex_char()
74 list_add( allocs, ret); in bi_2_dec_char()
H A Dbi_openssl.h176 list_add( allocs, result); in bi_2_hex_char()
186 list_add( allocs, result); in bi_2_dec_char()
H A Dbi.h29 extern list_ptr allocs;
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsm-malloc.cc1528 for (tree allocs = attrs; in maybe_create_custom_deallocator_set() local
1529 (allocs = lookup_attribute ("malloc", allocs)); in maybe_create_custom_deallocator_set()
1530 allocs = TREE_CHAIN (allocs)) in maybe_create_custom_deallocator_set()
1532 tree args = TREE_VALUE (allocs); in maybe_create_custom_deallocator_set()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/
H A Dprime_gen.c59 if (allocs == NULL) { in generate_small_primes()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-warn-access.cc1582 for (tree allocs = attrs; in fndecl_alloc_p() local
1583 (allocs = lookup_attribute ("malloc", allocs)); in fndecl_alloc_p()
1584 allocs = TREE_CHAIN (allocs)) in fndecl_alloc_p()
1586 tree args = TREE_VALUE (allocs); in fndecl_alloc_p()
H A DChangeLog-200122113 "r2" to the assembly file. Only issue allocs with nonzero parameters.
/netbsd-src/external/bsd/nsd/dist/doc/
H A DTODO90 Keep a list (buckets on size) of rdata_data allocs.
H A DChangeLog4285 the region will perform individual allocs, and 'save memory'.
4564 - tsig pre-allocs the rr_region, not at runtime, tsig_create_record().
4569 and region allocs (of small size).
/netbsd-src/external/bsd/unbound/dist/
H A Dconfigure.ac572 …gional, AS_HELP_STRING([--enable-alloc-nonregional],[ enable nonregional allocs, slow but exposes …
578 AC_DEFINE(UNBOUND_ALLOC_STATS, 1, [use statistics for allocs and frees, for debug use])
H A Dconfig.h.in854 /* use statistics for allocs and frees, for debug use */
H A Dconfigure1574 enable nonregional allocs, slow but exposes regional
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-20161234 (_gfortran_caf_register): Free memory also when other allocs failed.
H A DChangeLog-20181068 (BUF_STACK_SZ): Bump default buffer size up to avoid allocs on
/netbsd-src/external/bsd/unbound/dist/doc/
H A DChangelog11087 - sets entry.key for new special allocs.
/netbsd-src/external/gpl3/gcc.old/dist/
H A DNEWS3870 -fgo-optimize-allocs option. The -fgo-debug-escape prints
/netbsd-src/external/gpl3/gcc/dist/
H A DNEWS5748 -fgo-optimize-allocs option. The -fgo-debug-escape prints

12