Searched refs:malloced (Results 1 – 11 of 11) sorted by relevance
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()
115 return accumulated_stats_.malloced - accumulated_stats_.freed; in GetCurrentAllocatedBytes()128 - accumulated_stats_.malloced in GetFreeBytes()
29 uptr malloced; member
40 malloced>>20, malloced_redzones>>20, mallocs); in Print()
402 uptr malloced = 0; in PrintStatus() local405 quarantine_.size() >> 20, malloced >> 20); in PrintStatus()657 thread_stats.malloced += size; in Allocate()
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
8802 (get_code_end): Implement, simulating with a malloced area.
32787 Fix dozens of "Deallocation of a pointer not malloced" messages seen while running
77875 …e RenderStyle inherit from RefCounted so that it works with RefPtr. RenderStyle was being malloced