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()
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()
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...]