Home
last modified time | relevance | path

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

/freebsd/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 Allocate()
/freebsd/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/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_stats.h28 uptr malloced; member
H A Dasan_allocator.cpp636 thread_stats.malloced += size; in Allocate()
/freebsd/usr.bin/indent/tests/
H A Dcomments.0.stdout33 * r309219 Go through linked list, freeing from the malloced (t[-1])
H A Dcomments.028 /* r309219 Go through linked list, freeing from the malloced (t[-1]) address. */
/freebsd/contrib/bsnmp/
H A DNEWS114 of malloced memory in the module table dependency. While
/freebsd/contrib/ntp/
H A DCommitLog[all...]