| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/scripts/ |
| H A D | unbalanced_allocs.py | 37 def ProcessFree(line, f, allocs): argument 43 if addr in allocs: 44 del allocs[addr] 49 def ProcessMalloc(line, f, allocs): argument 51 return ProcessFree(line, f, allocs) 54 assert not addr in allocs 57 allocs[addr] = (line, stack) 64 allocs = {} 71 for _, (l, s) in allocs.items(): 75 line = ProcessMalloc(line, f, allocs)
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tools/ |
| H A D | compute_size_class_config.cpp | 21 size_t measureWastage(const std::vector<Alloc> &allocs, in measureWastage() argument 25 for (auto &a : allocs) { in measureWastage() 40 void readAllocs(std::vector<Alloc> &allocs, const char *path) { in readAllocs() argument 59 allocs.push_back(a); in readAllocs() 79 std::vector<Alloc> allocs; in main() local 97 readAllocs(allocs, argv[i]); in main() 101 if (allocs.empty()) in main() 118 size_t newWastage = measureWastage(allocs, classes, pageSize, headerSize); in main() 147 measureWastage(allocs, classes, pageSize, headerSize), numBits, in main()
|
| /openbsd-src/sys/uvm/ |
| H A D | uvm_pmemrange.h | 118 TAILQ_HEAD(, uvm_pmalloc) allocs;
|
| H A D | uvm_pdaemon.c | 235 if (TAILQ_EMPTY(&uvm.pmr_control.allocs) || uvmexp.paging > 0) { in uvm_pageout() 241 if ((pma = TAILQ_FIRST(&uvm.pmr_control.allocs)) != NULL) { in uvm_pageout() 319 TAILQ_REMOVE(&uvm.pmr_control.allocs, pma, pmq); in uvm_aiodone_daemon()
|
| H A D | uvm_pmemrange.c | 1189 TAILQ_INSERT_TAIL(&uvm.pmr_control.allocs, pma, pmq); in uvm_pmr_getpages() 1707 TAILQ_INIT(&uvm.pmr_control.allocs); in uvm_pmr_init() 2142 TAILQ_INSERT_TAIL(&uvm.pmr_control.allocs, &pma, pmq); in uvm_wait_pla() 2172 for (pma = TAILQ_FIRST(&uvm.pmr_control.allocs); pma != NULL; in uvm_wakeup_pla() 2181 TAILQ_REMOVE(&uvm.pmr_control.allocs, pma, in uvm_pagezero_thread()
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/warnings/ |
| H A D | perl | 11 Unbalanced tmps: %ld more allocs than frees [perl_destruct]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 1293 std::vector<uint64_t> allocs; in CaptureScriptInvokeForEachMulti() local 1309 allocs.push_back(result); in CaptureScriptInvokeForEachMulti() 1315 allocs.push_back(alloc_out); in CaptureScriptInvokeForEachMulti() 1319 for (const uint64_t alloc_addr : allocs) { in CaptureScriptInvokeForEachMulti()
|
| /openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 780 KEYWORD(allocs); in LexIdentifier()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 941 ArrayRef<AllocInfo> allocs() const {
|
| /openbsd-src/usr.sbin/unbound/ |
| H A D | configure.ac | 625 AC_ARG_ENABLE(alloc-nonregional, AS_HELP_STRING([--enable-alloc-nonregional],[ enable nonregional allocs, slow but exposes regional allocations to other memory purifiers, for debug purposes ]), 631 AC_DEFINE(UNBOUND_ALLOC_STATS, 1, [use statistics for allocs and frees, for debug use])
|
| H A D | config.h.in | 874 /* use statistics for allocs and frees, for debug use */
|
| H A D | configure | 1607 enable nonregional allocs, slow but exposes regional
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 3228 if (!FS->allocs().empty()) { in printFunctionSummary() 3231 for (auto &AI : FS->allocs()) { in printFunctionSummary()
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 461 for (auto &AI : FS->allocs()) in IndexBitcodeWriter() 3958 for (auto &AI : FS->allocs()) { in writeFunctionHeapProfileRecords()
|
| /openbsd-src/usr.sbin/nsd/doc/ |
| H A D | ChangeLog | 4371 the region will perform individual allocs, and 'save memory'. 4650 - tsig pre-allocs the rr_region, not at runtime, tsig_create_record(). 4655 and region allocs (of small size).
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perldiag.pod | 6822 =item Unbalanced tmps: %d more allocs than frees
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ChangeLog.5 | 2906 "r2" to the assembly file. Only issue allocs with nonzero parameters.
|
| /openbsd-src/usr.sbin/unbound/doc/ |
| H A D | Changelog | 11669 - sets entry.key for new special allocs.
|