Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
Dasan_stats.cpp44 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()
Dasan_stats.h28 uptr malloced; member
Dasan_allocator.cpp589 thread_stats.malloced += size; in Allocate()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/memprof/
Dmemprof_stats.cpp44 malloced >> 20, malloced_overhead >> 20, mallocs); in Print()
96 if (max_malloced_memory < stats->malloced) { in GetAccumulatedStats()
97 max_malloced_memory = stats->malloced; in GetAccumulatedStats()
132 uptr malloced = stats.malloced; in __sanitizer_get_current_allocated_bytes() local
136 return (malloced > freed) ? malloced - freed : 1; in __sanitizer_get_current_allocated_bytes()
149 uptr total_used = stats.malloced; in __sanitizer_get_free_bytes()
Dmemprof_stats.h28 uptr malloced; member
Dmemprof_allocator.cpp594 thread_stats.malloced += size; in Allocate()
/freebsd-12-stable/sys/fs/nfs/
Dnfs_commonacl.c401 int isowner, isgroup, namelen, malloced; in nfsrv_buildacl() local
410 isowner = isgroup = malloced = 0; in nfsrv_buildacl()
431 malloced = 1; in nfsrv_buildacl()
439 malloced = 1; in nfsrv_buildacl()
447 if (malloced) in nfsrv_buildacl()
/freebsd-12-stable/usr.bin/indent/tests/
Dcomments.0.stdout34 * r309219 Go through linked list, freeing from the malloced (t[-1])
Dcomments.029 /* r309219 Go through linked list, freeing from the malloced (t[-1]) address. */
/freebsd-12-stable/contrib/bsnmp/
DNEWS114 of malloced memory in the module table dependency. While
/freebsd-12-stable/contrib/gcclibs/libgomp/
DChangeLog903 malloced memory.
/freebsd-12-stable/contrib/binutils/bfd/
DChangeLog-91934918 since it was never malloced.
/freebsd-12-stable/contrib/gcc/
DChangeLog-200614107 malloced arrays when the size is known in advance. Const-ify
DChangeLog-199919329 list in malloced memory for the buffer stack.
DChangeLog-20025509 Use memcpy instead of strncpy. Don't write beyond malloced buffer.
/freebsd-12-stable/contrib/ntp/
DCommitLog219624 mem leakage: free old malloced buffer on errors (Coverity CID 2056 NetBSD Scan 5)
219627 mem leakage: free old malloced buffer on errors (Coverity CID 2056 NetBSD Scan 5)