Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A 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 : 0; in __sanitizer_get_current_allocated_bytes()
160 uptr total_used = stats.malloced in __sanitizer_get_free_bytes()
H A Dasan_stats.h28 uptr malloced; member
H A Dasan_allocator.cpp636 thread_stats.malloced += size; in Allocate()
1248 // Die if p is not malloced or if it is already freed. in __sanitizer_get_allocated_size_fast()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/
H A 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()
H A Dmemprof_stats.h28 uptr malloced; member
H A Dmemprof_allocator.cpp488 thread_stats.malloced += size; in Reallocate()
/freebsd-src/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-src/usr.bin/indent/tests/
H A Dcomments.028 /* r309219 Go through linked list, freeing from the malloced (t[-1]) address. */
H A Dcomments.0.stdout33 * r309219 Go through linked list, freeing from the malloced (t[-1])
/freebsd-src/contrib/bsnmp/
H A DNEWS114 of malloced memory in the module table dependency. While
/freebsd-src/contrib/ntp/
H A DCommitLog222845 mem leakage: free old malloced buffer on errors (Coverity CID 2056 NetBSD Scan 5)
222848 mem leakage: free old malloced buffer on errors (Coverity CID 2056 NetBSD Scan 5)