Searched refs:malloced (Results 1 – 13 of 13) sorted by relevance
45 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() local146 return (malloced > freed) ? malloced - freed : 1; in __sanitizer_get_current_allocated_bytes()161 uptr total_used = stats.malloced in __sanitizer_get_free_bytes()
29 uptr malloced; member
526 thread_stats.malloced += size; in Allocate()
399 int isowner, isgroup, namelen, malloced; in nfsrv_buildacl() local408 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()
29 /* r309219 Go through linked list, freeing from the malloced (t[-1]) address. */
34 * r309219 Go through linked list, freeing from the malloced (t[-1])
114 of malloced memory in the module table dependency. While
903 malloced memory.
4918 since it was never malloced.
14107 malloced arrays when the size is known in advance. Const-ify
19329 list in malloced memory for the buffer stack.
5509 Use memcpy instead of strncpy. Don't write beyond malloced buffer.
212776 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)