Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_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()
HDasan_stats.h28 uptr malloced; member
HDasan_allocator.cpp542 thread_stats.malloced += size; in Allocate()
/freebsd-11-stable/sys/fs/nfs/
HDnfs_commonacl.c395 int isowner, isgroup, namelen, malloced; in nfsrv_buildacl() local
404 isowner = isgroup = malloced = 0; in nfsrv_buildacl()
425 malloced = 1; in nfsrv_buildacl()
433 malloced = 1; in nfsrv_buildacl()
441 if (malloced) in nfsrv_buildacl()
/freebsd-11-stable/usr.bin/indent/tests/
HDcomments.029 /* r309219 Go through linked list, freeing from the malloced (t[-1]) address. */
HDcomments.0.stdout34 * r309219 Go through linked list, freeing from the malloced (t[-1])
/freebsd-11-stable/contrib/bsnmp/
HDNEWS114 of malloced memory in the module table dependency. While
/freebsd-11-stable/contrib/gcclibs/libgomp/
HDChangeLog903 malloced memory.
/freebsd-11-stable/crypto/openssl/doc/
HDssleay.txt656 be recalled passing the malloced array to be written to. e.g.
1596 The big number is stored in a malloced array of BN_ULONG's. A BN_ULONG can
1922 will be malloced. This parameter is present to save some mallocing
3934 This function free()s a LHASH structure. If there is malloced
5384 type are also malloced so you should always use this routine to
/freebsd-11-stable/contrib/binutils/bfd/
HDChangeLog-91934918 since it was never malloced.
/freebsd-11-stable/contrib/gcc/
HDChangeLog-200614107 malloced arrays when the size is known in advance. Const-ify
HDChangeLog-199919329 list in malloced memory for the buffer stack.
HDChangeLog-20025509 Use memcpy instead of strncpy. Don't write beyond malloced buffer.
/freebsd-11-stable/contrib/ntp/
HDCommitLog213489 mem leakage: free old malloced buffer on errors (Coverity CID 2056 NetBSD Scan 5)
213492 mem leakage: free old malloced buffer on errors (Coverity CID 2056 NetBSD Scan 5)