Searched refs:malloced (Results 1 – 10 of 10) 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
438 thread_stats.malloced += size; in Allocate()
171 uint16_t malloced; // Non-zero if buffer was allocated via malloc() member193 txtRec->malloced = 0; in TXTRecordCreate()198 if (txtRec->malloced) free(txtRec->buffer); in TXTRecordDeallocate()226 if (txtRec->malloced) free(txtRec->buffer); in TXTRecordSetValue()229 txtRec->malloced = 1; in TXTRecordSetValue()
92 void *malloced; member
1030 domain->malloced = NULL; in _nl_load_domain()1192 domain->malloced = mem; in _nl_load_domain()1375 free (domain->malloced); in _nl_load_domain()1407 free (domain->malloced); in _nl_unload_domain()
987 variable is malloced but never freed. When I'm calling
855 NEW_LINE macro. Free malloced line records if any at the end.
6807 libcurl's URL parser function can overflow a malloced buffer in two ways, if6814 overflow of the malloced buffer.6818 overflow of the malloced buffer.8284 to leak memory, as a buffer was malloced to hold the header and never freed
6934 * data/push.c (yypushparse): Fix memory leak if yymsg is malloced