Searched refs:malloced (Results 1 – 11 of 11) sorted by relevance
44 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() local145 return (malloced > freed) ? malloced - freed : 0; in __sanitizer_get_current_allocated_bytes()160 uptr total_used = stats.malloced in __sanitizer_get_free_bytes()
28 uptr malloced; member
636 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()
44 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() local136 return (malloced > freed) ? malloced - freed : 1; in __sanitizer_get_current_allocated_bytes()149 uptr total_used = stats.malloced; in __sanitizer_get_free_bytes()
488 thread_stats.malloced += size; in Reallocate()
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()
28 /* r309219 Go through linked list, freeing from the malloced (t[-1]) address. */
33 * r309219 Go through linked list, freeing from the malloced (t[-1])
114 of malloced memory in the module table dependency. While
222845 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)