/openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_stats.cpp | 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() local 145 return (malloced > freed) ? malloced - freed : 1; in __sanitizer_get_current_allocated_bytes() 160 uptr total_used = stats.malloced in __sanitizer_get_free_bytes()
|
H A D | asan_stats.h | 28 uptr malloced; member
|
H A D | asan_allocator.cpp | 578 thread_stats.malloced += size; in Allocate()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/ |
H A D | memprof_stats.cpp | 44 malloced >> 20, malloced_overhead >> 20, mallocs); in Print() 96 if (max_malloced_memory < stats->malloced) { in GetAccumulatedStats() 97 max_malloced_memory = stats->malloced; in GetAccumulatedStats() 132 uptr malloced = stats.malloced; in __sanitizer_get_current_allocated_bytes() local 136 return (malloced > freed) ? malloced - freed : 1; in __sanitizer_get_current_allocated_bytes() 149 uptr total_used = stats.malloced; in __sanitizer_get_free_bytes()
|
H A D | memprof_stats.h | 28 uptr malloced; member
|
H A D | memprof_allocator.cpp | 418 thread_stats.malloced += size; in Allocate()
|
/openbsd-src/gnu/gcc/intl/ |
H A D | loadmsgcat.c | 1027 domain->malloced = NULL; 1159 domain->malloced = mem; 1276 if (domain->malloced) 1277 free (domain->malloced); 1310 if (domain->malloced) 1311 free (domain->malloced);
|
H A D | gettextP.h | 100 void *malloced; member
|
/openbsd-src/gnu/usr.bin/texinfo/intl/ |
H A D | loadmsgcat.c | 1030 domain->malloced = NULL; in _nl_load_domain() 1192 domain->malloced = mem; in _nl_load_domain() 1375 if (domain->malloced) in _nl_load_domain() 1376 free (domain->malloced); in _nl_load_domain() 1408 if (domain->malloced) in _nl_unload_domain() 1409 free (domain->malloced); in _nl_unload_domain()
|
H A D | gettextP.h | 92 void *malloced; member
|
/openbsd-src/gnu/usr.bin/binutils/bfd/doc/ |
H A D | archures.texi | 364 Return a freshly malloced NULL-terminated vector of the names
|
H A D | targets.texi | 499 Return a freshly malloced NULL-terminated
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/ |
H A D | archures.texi | 415 Return a freshly malloced NULL-terminated vector of the names
|
H A D | targets.texi | 533 Return a freshly malloced NULL-terminated
|
/openbsd-src/regress/usr.bin/diff/ |
H A D | t8.2 | 342 panic("free: non-malloced addr %p type %s", addr,
|
/openbsd-src/gnu/gcc/libgomp/ |
H A D | ChangeLog | 579 malloced memory.
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | c-parse.in | 3916 /* Free malloced parser stacks if necessary. */
|
H A D | ChangeLog.1 | 4861 list in malloced memory for the buffer stack.
|
H A D | ChangeLog | 11790 Use memcpy instead of strncpy. Don't write beyond malloced buffer.
|
/openbsd-src/gnu/usr.bin/perl/pod/ |
H A D | perlguts.pod | 5084 throw it away. For that to work the op is simply malloced when C<PL_compcv> hasn't 5086 to distinguish them from malloced ops.
|
/openbsd-src/gnu/usr.bin/binutils/gprof/ |
H A D | gprof.texi | 2040 the tables, which have been malloced between passes.
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gprof/ |
H A D | gprof.texi | 2052 the tables, which have been malloced between passes.
|
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | ChangeLog-9193 | 4918 since it was never malloced.
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | ChangeLog-9193 | 4918 since it was never malloced.
|
/openbsd-src/gnu/usr.bin/texinfo/ |
H A D | ChangeLog.46 | 7664 (main): At start of a node, completely initialize the newly-malloced
|