Searched refs:malloced (Results 1 – 10 of 10) sorted by relevance
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()
28 uptr malloced; member
488 thread_stats.malloced += size; in Allocate()
544 int isowner, isgroup, namelen, malloced; in nfsrv_buildacl() local553 isowner = isgroup = malloced = 0; in nfsrv_buildacl()574 malloced = 1; in nfsrv_buildacl()582 malloced = 1; in nfsrv_buildacl()590 if (malloced) in nfsrv_buildacl()609 bool malloced; in nfsrv_buildposixacl() local620 malloced = false; in nfsrv_buildposixacl()633 malloced = true; in nfsrv_buildposixacl()640 malloced = true; in nfsrv_buildposixacl()648 if (malloced) in nfsrv_buildposixacl()
636 thread_stats.malloced += size; in Allocate()
33 * r309219 Go through linked list, freeing from the malloced (t[-1])
28 /* r309219 Go through linked list, freeing from the malloced (t[-1]) address. */
114 of malloced memory in the module table dependency. While
[all...]