/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_stats.cc | 45 malloced>>20, malloced_redzones>>20, mallocs); in Print() 97 if (max_malloced_memory < stats->malloced) { in GetAccumulatedStats() 98 max_malloced_memory = stats->malloced; in GetAccumulatedStats() 112 malloc_stats->size_in_use = stats.malloced; in FillMallocStatistics() 142 uptr malloced = stats.malloced; in __sanitizer_get_current_allocated_bytes() local 146 return (malloced > freed) ? malloced - freed : 1; in __sanitizer_get_current_allocated_bytes() 161 uptr total_used = stats.malloced in __sanitizer_get_free_bytes()
|
H A D | asan_stats.h | 29 uptr malloced; member
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_stats.cpp | 44 malloced>>20, malloced_redzones>>20, mallocs); in Print() 96 if (max_malloced_memory < stats->malloced) { in GetAccumulatedStats() 97 max_malloced_memory = stats->malloced; in GetAccumulatedStats() 111 malloc_stats->size_in_use = stats.malloced; in FillMallocStatistics() 141 uptr malloced = stats.malloced; in __sanitizer_get_current_allocated_bytes() local 145 return (malloced > freed) ? malloced - freed : 1; in __sanitizer_get_current_allocated_bytes() 160 uptr total_used = stats.malloced in __sanitizer_get_free_bytes()
|
H A D | asan_stats.h | 28 uptr malloced; member
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_stats.cc | 43 malloced>>20, malloced_redzones>>20, mallocs); in Print() 95 if (max_malloced_memory < stats->malloced) { in GetAccumulatedStats() 96 max_malloced_memory = stats->malloced; in GetAccumulatedStats() 110 malloc_stats->size_in_use = stats.malloced; in FillMallocStatistics() 140 uptr malloced = stats.malloced; in __sanitizer_get_current_allocated_bytes() local 144 return (malloced > freed) ? malloced - freed : 1; in __sanitizer_get_current_allocated_bytes() 159 uptr total_used = stats.malloced in __sanitizer_get_free_bytes()
|
H A D | asan_stats.h | 27 uptr malloced; member
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
H A D | mem.c | 159 size_t malloced; member 294 mctx->malloced += sizeof(debuglink_t); in add_trace_entry() 295 if (mctx->malloced > mctx->maxmalloced) { in add_trace_entry() 296 mctx->maxmalloced = mctx->malloced; in add_trace_entry() 340 mctx->malloced -= sizeof(*dl); in delete_trace_entry() 391 ctx->malloced += table_size * sizeof(unsigned char *); in more_basic_blocks() 392 if (ctx->malloced > ctx->maxmalloced) { in more_basic_blocks() 393 ctx->maxmalloced = ctx->malloced; in more_basic_blocks() 400 ctx->malloced -= ctx->basic_table_size * in more_basic_blocks() 411 ctx->malloced += NUM_BASIC_BLOCKS * ctx->mem_target; in more_basic_blocks() [all …]
|
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/ |
H A D | fnmatch_loop.c.diff | 29 + int malloced; 91 ! newp->malloced = 0; \ 98 ! newp->malloced = 1; \ 180 ! if (list->malloced) 216 ! if (list->malloced) 274 ! if (list->malloced)
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | mem.c | 1324 TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "malloced")); in isc__mempool_destroy() 1327 TRY0(xmlTextWriterEndElement(writer)); /* malloced */ in isc__mempool_destroy() 1381 TRY0(xmlTextWriterEndElement(writer)); /* malloced */ in isc__mempool_put() 1430 json_object_object_add(ctxobj, "malloced", obj); 151 atomic_size_t malloced; global() member 220 size_t malloced = atomic_fetch_add_relaxed(&ctx->malloced, size) + size; increment_malloced() local 233 size_t malloced = atomic_fetch_sub_relaxed(&ctx->malloced, size) - size; decrement_malloced() local 576 size_t malloced; destroy() local 1516 uint64_t malloced; global() member
|
/netbsd-src/sys/fs/nfs/common/ |
H A D | nfs_commonacl.c | 399 int isowner, isgroup, namelen, malloced; in nfsrv_buildacl() local 408 isowner = isgroup = malloced = 0; in nfsrv_buildacl() 429 malloced = 1; in nfsrv_buildacl() 437 malloced = 1; in nfsrv_buildacl() 445 if (malloced) in nfsrv_buildacl()
|
/netbsd-src/usr.sbin/kvm_mkdb/ |
H A D | nlist_elf32.c | 113 int fd, rv, malloced = 0, isksyms; variable 171 malloced = 1; 376 if (malloced)
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | fnmatch_loop.c | 985 CHAR malloced; in EXT() member 1049 bool malloced = ! __libc_use_alloca (new_used); \ in EXT() 1050 if (__glibc_unlikely (malloced)) \ in EXT() 1063 newp->malloced = malloced; \ in EXT() 1188 if (old->malloced) in EXT()
|
/netbsd-src/external/gpl3/gcc/dist/intl/ |
H A D | loadmsgcat.c | 1027 domain->malloced = NULL; 1159 domain->malloced = mem; 1276 if (domain->malloced) 1277 free (domain->malloced); 1310 if (domain->malloced) 1311 free (domain->malloced);
|
H A D | gettextP.h | 100 void *malloced; member
|
/netbsd-src/external/gpl3/gdb.old/dist/intl/ |
H A D | loadmsgcat.c | 1027 domain->malloced = NULL; 1159 domain->malloced = mem; 1276 if (domain->malloced) 1277 free (domain->malloced); 1310 if (domain->malloced) 1311 free (domain->malloced);
|
H A D | gettextP.h | 100 void *malloced; member
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | fnmatch_loop.c | 1006 int malloced; in EXT() member 1071 newp->malloced = 0; \ in EXT() 1078 newp->malloced = 1; \ in EXT() 1143 if (list->malloced) in EXT() 1179 if (list->malloced) in EXT() 1230 if (list->malloced) in EXT()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
H A D | loadmsgcat.c | 916 domain->malloced = NULL; in _nl_load_domain() 1078 domain->malloced = mem; in _nl_load_domain() 1261 if (domain->malloced) in _nl_load_domain() 1262 free (domain->malloced); in _nl_load_domain() 1321 if (domain->malloced) in _nl_unload_domain() 1322 free (domain->malloced); in _nl_unload_domain()
|
H A D | gettextP.h | 158 void *malloced; member
|
/netbsd-src/external/gpl3/gcc.old/dist/intl/ |
H A D | loadmsgcat.c | 1027 domain->malloced = NULL; 1159 domain->malloced = mem; 1276 if (domain->malloced) 1277 free (domain->malloced); 1310 if (domain->malloced) 1311 free (domain->malloced);
|
/netbsd-src/external/gpl3/binutils.old/dist/intl/ |
H A D | loadmsgcat.c | 1027 domain->malloced = NULL; 1159 domain->malloced = mem; 1276 if (domain->malloced) 1277 free (domain->malloced); 1310 if (domain->malloced) 1311 free (domain->malloced);
|
H A D | gettextP.h | 100 void *malloced; member
|
/netbsd-src/external/gpl2/texinfo/dist/intl/ |
H A D | loadmsgcat.c | 1032 domain->malloced = NULL; in _nl_load_domain() 1194 domain->malloced = mem; in _nl_load_domain() 1377 if (domain->malloced) in _nl_load_domain() 1378 free (domain->malloced); in _nl_load_domain() 1410 if (domain->malloced) in _nl_unload_domain() 1411 free (domain->malloced); in _nl_unload_domain()
|
H A D | gettextP.h | 94 void *malloced; member
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | msginit.c | 1482 char *malloced = NULL; in subst_string() local 1509 if (malloced != NULL) in subst_string() 1510 free (malloced); in subst_string() 1512 malloced = new_str; in subst_string()
|