Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_stats.cc45 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() local
146 return (malloced > freed) ? malloced - freed : 1; in __sanitizer_get_current_allocated_bytes()
161 uptr total_used = stats.malloced in __sanitizer_get_free_bytes()
Dasan_stats.h29 uptr malloced; member
Dasan_allocator.cc438 thread_stats.malloced += size; in Allocate()
/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/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/elfutils/libdw/
DChangeLog855 NEW_LINE macro. Free malloced line records if any at the end.
/external/curl/
DCHANGES.06807 libcurl's URL parser function can overflow a malloced buffer in two ways, if
6814 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
/external/bison/
DChangeLog-20126934 * data/push.c (yypushparse): Fix memory leak if yymsg is malloced