Home
last modified time | relevance | path

Searched refs:malloced (Results 1 – 25 of 77) sorted by relevance

1234

/netbsd/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_stats.cc43 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 Dasan_stats.h27 uptr malloced; member
/netbsd/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_stats.cc45 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 Dasan_stats.h29 uptr malloced; member
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_stats.cc43 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 Dasan_stats.h27 uptr malloced; member
/netbsd/external/mpl/bind/dist/lib/isc/
H A Dmem.c159 size_t malloced; member
505 ctx->malloced += size; in mem_getunlocked()
588 ctx->malloced -= size; in mem_putunlocked()
681 ctx->malloced += size; in mem_getstats()
707 ctx->malloced -= size; in mem_putstats()
800 ctx->malloced = sizeof(*ctx); in mem_create()
944 INSIST(ctx->malloced == 0); in destroy()
2038 uint64_t malloced; member
2105 summary->malloced += ctx->malloced; in xml_renderctx()
2193 summary.malloced)); in isc_mem_renderxml()
[all …]
/netbsd/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dfnmatch_loop.c.diff29 + int malloced;
91 ! newp->malloced = 0; \
98 ! newp->malloced = 1; \
180 ! if (list->malloced)
216 ! if (list->malloced)
274 ! if (list->malloced)
/netbsd/external/apache2/mDNSResponder/dist/mDNSShared/
H A Ddnssd_clientlib.c171 uint16_t malloced; // Non-zero if buffer was allocated via malloc() member
193 txtRec->malloced = 0; in TXTRecordCreate()
198 if (txtRec->malloced) free(txtRec->buffer); in TXTRecordDeallocate()
226 if (txtRec->malloced) free(txtRec->buffer); in TXTRecordSetValue()
229 txtRec->malloced = 1; in TXTRecordSetValue()
/netbsd/sys/fs/nfs/common/
H A Dnfs_commonacl.c399 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/usr.sbin/kvm_mkdb/
H A Dnlist_elf32.c113 int fd, rv, malloced = 0, isksyms; variable
171 malloced = 1;
376 if (malloced)
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dfnmatch_loop.c985 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()
1189 if (old->malloced) in EXT()
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dfnmatch_loop.c985 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()
1189 if (old->malloced) in EXT()
/netbsd/external/gpl3/binutils.old/dist/intl/
H A Dloadmsgcat.c1027 domain->malloced = NULL;
1159 domain->malloced = mem;
1276 if (domain->malloced)
1277 free (domain->malloced);
1310 if (domain->malloced)
1311 free (domain->malloced);
/netbsd/external/gpl3/gdb/dist/intl/
H A Dloadmsgcat.c1027 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 DgettextP.h100 void *malloced; member
/netbsd/external/gpl2/texinfo/dist/intl/
H A Dloadmsgcat.c1032 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 DgettextP.h94 void *malloced; member
/netbsd/external/gpl3/gdb.old/dist/intl/
H A Dloadmsgcat.c1027 domain->malloced = NULL;
1159 domain->malloced = mem;
1276 if (domain->malloced)
1277 free (domain->malloced);
1310 if (domain->malloced)
1311 free (domain->malloced);
/netbsd/external/gpl3/gcc/dist/intl/
H A Dloadmsgcat.c1027 domain->malloced = NULL;
1159 domain->malloced = mem;
1276 if (domain->malloced)
1277 free (domain->malloced);
1310 if (domain->malloced)
1311 free (domain->malloced);
/netbsd/external/gpl3/binutils/dist/intl/
H A Dloadmsgcat.c1027 domain->malloced = NULL;
1159 domain->malloced = mem;
1276 if (domain->malloced)
1277 free (domain->malloced);
1310 if (domain->malloced)
1311 free (domain->malloced);
/netbsd/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dfnmatch_loop.c1006 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/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dloadmsgcat.c916 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()
/netbsd/external/gpl3/gcc.old/dist/intl/
H A Dloadmsgcat.c1027 domain->malloced = NULL;
1159 domain->malloced = mem;
1276 if (domain->malloced)
1277 free (domain->malloced);
1310 if (domain->malloced)
1311 free (domain->malloced);
/netbsd/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsginit.c1482 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()

1234