Searched refs:malloced (Results 1 – 14 of 14) 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 : 1; in __sanitizer_get_current_allocated_bytes()160 uptr total_used = stats.malloced in __sanitizer_get_free_bytes()
28 uptr malloced; member
542 thread_stats.malloced += size; in Allocate()
395 int isowner, isgroup, namelen, malloced; in nfsrv_buildacl() local404 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()
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.
656 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 can1922 will be malloced. This parameter is present to save some mallocing3934 This function free()s a LHASH structure. If there is malloced5384 type are also malloced so you should always use this routine to
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.
213489 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)