Home
last modified time | relevance | path

Searched refs:malloced (Results 1 – 11 of 11) sorted by relevance

/external/mdnsresponder/mDNSShared/
Ddnssd_clientlib.c171 uint16_t malloced; // Non-zero if buffer was allocated via malloc() member
193 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()
/external/compiler-rt/lib/asan/
Dasan_thread_registry.cc115 return accumulated_stats_.malloced - accumulated_stats_.freed; in GetCurrentAllocatedBytes()
128 - accumulated_stats_.malloced in GetFreeBytes()
Dasan_stats.h29 uptr malloced; member
Dasan_stats.cc40 malloced>>20, malloced_redzones>>20, mallocs); in Print()
Dasan_allocator.cc402 uptr malloced = 0; in PrintStatus() local
405 quarantine_.size() >> 20, malloced >> 20); in PrintStatus()
657 thread_stats.malloced += size; in Allocate()
/external/e2fsprogs/intl/
DgettextP.h92 void *malloced; member
Dloadmsgcat.c1030 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()
/external/libusb/
DChangeLog987 variable is malloced but never freed. When I'm calling
/external/grub/
DChangeLog8802 (get_code_end): Implement, simulating with a malloced area.
/external/webkit/Tools/
DChangeLog-2010-05-2432787 Fix dozens of "Deallocation of a pointer not malloced" messages seen while running
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1677875 …e RenderStyle inherit from RefCounted so that it works with RefPtr. RenderStyle was being malloced