Home
last modified time | relevance | path

Searched refs:allocs (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/scripts/
H A Dunbalanced_allocs.py37 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 Dcompute_size_class_config.cpp21 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 Duvm_pmemrange.h118 TAILQ_HEAD(, uvm_pmalloc) allocs;
H A Duvm_pdaemon.c235 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 Duvm_pmemrange.c1189 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 Dperl11 Unbalanced tmps: %ld more allocs than frees [perl_destruct]
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp1293 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 DLLLexer.cpp780 KEYWORD(allocs); in LexIdentifier()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h941 ArrayRef<AllocInfo> allocs() const {
/openbsd-src/usr.sbin/unbound/
H A Dconfigure.ac625 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 Dconfig.h.in874 /* use statistics for allocs and frees, for debug use */
H A Dconfigure1607 enable nonregional allocs, slow but exposes regional
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAsmWriter.cpp3228 if (!FS->allocs().empty()) { in printFunctionSummary()
3231 for (auto &AI : FS->allocs()) { in printFunctionSummary()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp461 for (auto &AI : FS->allocs()) in IndexBitcodeWriter()
3958 for (auto &AI : FS->allocs()) { in writeFunctionHeapProfileRecords()
/openbsd-src/usr.sbin/nsd/doc/
H A DChangeLog4371 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 Dperldiag.pod6822 =item Unbalanced tmps: %d more allocs than frees
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.52906 "r2" to the assembly file. Only issue allocs with nonzero parameters.
/openbsd-src/usr.sbin/unbound/doc/
H A DChangelog11669 - sets entry.key for new special allocs.