Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/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
H A Dasan_allocator.cc526 thread_stats.malloced += size; in Allocate()
/freebsd-12.1/sys/fs/nfs/
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()
/freebsd-12.1/usr.bin/indent/tests/
H A Dcomments.029 /* r309219 Go through linked list, freeing from the malloced (t[-1]) address. */
H A Dcomments.0.stdout34 * r309219 Go through linked list, freeing from the malloced (t[-1])
/freebsd-12.1/contrib/bsnmp/
H A DNEWS114 of malloced memory in the module table dependency. While
/freebsd-12.1/contrib/gcclibs/libgomp/
H A DChangeLog903 malloced memory.
/freebsd-12.1/contrib/binutils/bfd/
H A DChangeLog-91934918 since it was never malloced.
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200614107 malloced arrays when the size is known in advance. Const-ify
H A DChangeLog-199919329 list in malloced memory for the buffer stack.
H A DChangeLog-20025509 Use memcpy instead of strncpy. Don't write beyond malloced buffer.
/freebsd-12.1/contrib/ntp/
H A DCommitLog212776 mem leakage: free old malloced buffer on errors (Coverity CID 2056 NetBSD Scan 5)
212779 mem leakage: free old malloced buffer on errors (Coverity CID 2056 NetBSD Scan 5)