search for: memalloc

Displaying 20 results from an estimated 42 matches for "memalloc".

Did you mean: jemalloc
2020 Mar 28
0
[klibc:update-dash] dash: memalloc: Avoid looping in growstackto
...g/?p=libs/klibc/klibc.git;a=commit;h=21ceb151c758eb2384962b9ee8abc33b5bd674e9 Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Thu, 31 May 2018 01:51:48 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:55 +0000 [klibc] dash: memalloc: Avoid looping in growstackto [ dash commit e9cb50188b1b04b6e5e8e8ccc8874b2abcff8bb1 ] Currently growstackto will repeatedly call growstackblock until the requisite size is obtained. This is wasteful. This patch changes growstackblock to take a minimum size instead. Signed-off-by: Herbert Xu &...
2020 Mar 28
0
[klibc:update-dash] dash: memalloc: Add growstackto helper
...g/?p=libs/klibc/klibc.git;a=commit;h=1df4e2a6786b049decbc6ab1683108da86479891 Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Sat, 19 May 2018 02:39:46 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:55 +0000 [klibc] dash: memalloc: Add growstackto helper [ dash commit a9c4e4c9fc11cf1bd17d08e166405f7ab355a9f3 ] This patch adds the growstackto helper which repeatedly calls growstackblock until the requested size is reached. Signed-off-by: Herbert Xu <herbert at gondor.apana.org.au> Signed-off-by: Ben Hutchings <ben...
2011 Nov 30
1
[PATCH] [MEMALLOC] remove unused variable
Since commit 6ee30a14afac681adb1d62361ebcb0c9b6ba3153 ([klibc] [MEMALLOC] Add pushstackmark), the 'oldstackp' local variable has been unused. This change deletes the unused variable. Signed-off-by: Greg Thelen <gthelen at google.com> --- usr/dash/memalloc.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/usr/dash/memalloc.c b/u...
2012 Jul 02
0
[klibc:master] [MEMALLOC] Avoid gcc warning: variable ' oldstackp' set but not used
...p://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=cf9ea962f1fb310a92efd184f14df2c04b30f75a Author: Jim Meyering <meyering at redhat.com> AuthorDate: Fri, 8 Jul 2011 16:12:20 +0800 Committer: maximilian attems <max at stro.at> CommitDate: Mon, 2 Jul 2012 10:44:23 +0200 [klibc] [MEMALLOC] Avoid gcc warning: variable 'oldstackp' set but not used * src/memalloc.c (growstackblock): Remove declaration and set of set-but-not-used variable. Also remove a stray space-before-TAB. Signed-off-by: Jim Meyering <meyering at redhat.com> Signed-off-by: Herbert Xu <herbert at...
2012 Jul 02
0
[klibc:master] [MEMALLOC] Avoid clang warning about dead store to "size"
...p://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=d182c7440dd5cd9290f2fb8dd7bc0f9dc2c4cb83 Author: Jim Meyering <meyering at redhat.com> AuthorDate: Fri, 8 Jul 2011 16:16:11 +0800 Committer: maximilian attems <max at stro.at> CommitDate: Mon, 2 Jul 2012 10:44:45 +0200 [klibc] [MEMALLOC] Avoid clang warning about dead store to "size" * src/memalloc.c (makestrspace): Remove dead store. Signed-off-by: Jim Meyering <meyering at redhat.com> Signed-off-by: Herbert Xu <herbert at gondor.apana.org.au> Signed-off-by: maximilian attems <max at stro.at> --- u...
2010 Sep 01
1
[PATCH] Fix virtual disk name (virtio)
...-omatic/task_vm.rb | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/task-omatic/task_vm.rb b/src/task-omatic/task_vm.rb index 3a197f9..cf84ea2 100644 --- a/src/task-omatic/task_vm.rb +++ b/src/task-omatic/task_vm.rb @@ -66,7 +66,9 @@ def create_vm_xml(name, uuid, memAllocated, memUsed, vcpus, bootDevice, doc.root.elements["devices"].add_element("emulator").add_text("/usr/bin/qemu-kvm") devs = ['hda', 'hdb', 'hdc', 'hdd'] + virtual_devs = ['vda', 'vdb', 'vdc', 'vdd'...
2012 Oct 01
0
[klibc:master] Avoid overflow for very long variable name
....c:125 #3 0x000000000040387e in exverror (cond=1, msg=0x417339 "Out of space", ap=0x7fffffffd468) at error.c:156 #4 0x0000000000403938 in sh_error (msg=0x417339 "Out of space") at error.c:172 #5 0x000000000040c970 in ckmalloc (nbytes=18446744071562067984) at memalloc.c:57 #6 0x000000000040ca78 in stalloc (nbytes=18446744071562067972) at memalloc.c:132 #7 0x000000000040ece9 in grabstackblock (len=18446744071562067972) at memalloc.h:67 #8 0x00000000004106b5 in readtoken1 (firstc=118, syntax=0x419522 "", eofmark=0x0, striptabs=...
2010 Aug 25
2
[PATCH] Virtio support
...fig_net select, .vm_network_config_mac input, .vm_network_config_ip input { diff --git a/src/task-omatic/task_vm.rb b/src/task-omatic/task_vm.rb index dd71747..cc2071f 100644 --- a/src/task-omatic/task_vm.rb +++ b/src/task-omatic/task_vm.rb @@ -35,7 +35,7 @@ end def create_vm_xml(name, uuid, memAllocated, memUsed, vcpus, bootDevice, - net_interfaces, diskDevices) + virtio, net_interfaces, diskDevices) doc = Document.new doc.add_element("domain", {"type" => "kvm"}) @@ -78,6 +78,10 @@ def create_vm_xml(name, uuid, memAlloc...
2010 Mar 22
1
[git pull] dash, sh4, README's
...expansion within quotes [klibc] [EXPAND] Move parse-time quote flag detection to run-time [klibc] [PARSER] Recognise here-doc delimiters terminated by EOF [klibc] [PARSER] Fix parsing of ${##1} [klibc] [PARSER] Size optimisations in parameter expansion parser [klibc] [MEMALLOC] Made grabstackblock an inline wrapper for stalloc [klibc] [MEMALLOC] Add pushstackmark [klibc] [BUILTIN] Treat OPTIND=0 in the same way as OPTIND=1 [klibc] [VAR] Remove setvarsafe [klibc] [BUILTIN] Use intmax_t arithmetic in test [klibc] [PARSER] Report substition err...
2012 Oct 05
0
2.0.2 klibc release
...of the results is wanted Herbert Xu (3): [klibc] [BUILTIN] Eliminate unnecessary promotion in echocmd [klibc] [BUILTIN] Merge SKIPFUNC/SKIPFILE and only clear SKIPFUNC when leaving dotcmd [klibc] [VAR] Sanitise environment variable names on entry Jim Meyering (4): [klibc] [MEMALLOC] Avoid gcc warning: variable 'oldstackp' set but not used [klibc] [MEMALLOC] Avoid clang warning about dead store to "size" [klibc] [EVAL] Avoid using undefined handler [klibc] Avoid overflow for very long variable name Jonathan Nieder (2): [klibc] [EVAL]...
2020 Oct 01
2
OrcV1 removal
...(B) useful-heap(B) extra-heap(B) stacks(B) -------------------------------------------------------------------------------- 22 62,022,701,974 2,766,072 2,664,931 101,141 0 ... ->16.97% (469,433B) 0xB29E471: llvm::allocate_buffer(unsigned long, unsigned long) (MemAlloc.cpp:15) | ->03.54% (97,812B) 0x831FB40: llvm::MallocAllocator::Allocate(unsigned long, unsigned long) (AllocatorBase.h:85) | | ->03.54% (97,812B) 0x8330268: llvm::StringMapEntry<std::atomic<unsigned long> >* llvm::StringMapEntry<std::atomic<unsigned long> >::Create<...
2010 Apr 16
0
[git pull v4] dash, sh4, ipconfig, dprintf, fstype, README's
...expansion within quotes [klibc] [EXPAND] Move parse-time quote flag detection to run-time [klibc] [PARSER] Recognise here-doc delimiters terminated by EOF [klibc] [PARSER] Fix parsing of ${##1} [klibc] [PARSER] Size optimisations in parameter expansion parser [klibc] [MEMALLOC] Made grabstackblock an inline wrapper for stalloc [klibc] [MEMALLOC] Add pushstackmark [klibc] [BUILTIN] Treat OPTIND=0 in the same way as OPTIND=1 [klibc] [VAR] Remove setvarsafe [klibc] [BUILTIN] Use intmax_t arithmetic in test [klibc] [PARSER] Report substition err...
2010 Apr 16
0
[PATCH] pull faccessat() system call
...expansion within quotes [klibc] [EXPAND] Move parse-time quote flag detection to run-time [klibc] [PARSER] Recognise here-doc delimiters terminated by EOF [klibc] [PARSER] Fix parsing of ${##1} [klibc] [PARSER] Size optimisations in parameter expansion parser [klibc] [MEMALLOC] Made grabstackblock an inline wrapper for stalloc [klibc] [MEMALLOC] Add pushstackmark [klibc] [BUILTIN] Treat OPTIND=0 in the same way as OPTIND=1 [klibc] [VAR] Remove setvarsafe [klibc] [BUILTIN] Use intmax_t arithmetic in test [klibc] [PARSER] Report substition err...
2010 Mar 28
1
[git pull v3] dash, sh4, ipconfig, dprintf, fstype, README's
...expansion within quotes [klibc] [EXPAND] Move parse-time quote flag detection to run-time [klibc] [PARSER] Recognise here-doc delimiters terminated by EOF [klibc] [PARSER] Fix parsing of ${##1} [klibc] [PARSER] Size optimisations in parameter expansion parser [klibc] [MEMALLOC] Made grabstackblock an inline wrapper for stalloc [klibc] [MEMALLOC] Add pushstackmark [klibc] [BUILTIN] Treat OPTIND=0 in the same way as OPTIND=1 [klibc] [VAR] Remove setvarsafe [klibc] [BUILTIN] Use intmax_t arithmetic in test [klibc] [PARSER] Report substition err...
2019 Jul 05
0
Wine release 4.12
...D sampler when sampling 3D texture for PS models 2 and 3. Zebediah Figura (61): strmbase: Add default implementations of filter state change methods. quartz/filesource: Use strmbase filter state change methods. quartz/tests: Add more tests for standard media samples. quartz/memallocator: Clear some sample properties when freeing the sample. quartz/memallocator: Set the sample end time only if the start time is valid. quartz/memallocator: Forbid setting the start media time without setting the end time. quartz/memallocator: Avoid using a magic value for the st...
2012 Jun 28
1
upgrade dash to newer version?
...till appear to be missing the following dash commit: http://git.kernel.org/?p=utils/dash/dash.git;a=commitdiff;h=d0a3b102c672bd07f190eacb7f95643a89d27c9a commit d0a3b102c672bd07f190eacb7f95643a89d27c9a Author: Jim Meyering <meyering at redhat.com> Date: Fri Jul 8 16:12:20 2011 +0800 [MEMALLOC] Avoid gcc warning: variable 'oldstackp' set but not used * src/memalloc.c (growstackblock): Remove declaration and set of set-but-not-used variable. Also remove a stray space-before-TAB. Signed-off-by: Jim Meyering <meyering at redhat.com> Signed-off-by: Herbert Xu...
2010 Oct 25
4
Scrivener 1.0, unable to create or open a project
...2e8 001a5b90 00000000 0x0032cb40: 017ff0e8 017fe084 017ff060 017fe084 0x0032cb50: 017ff060 039e34f8 00000000 039d7d94 0x0032cb60: 001a5b88 0032cba0 00000000 55b6b047 0x0032cb70: 017ff060 001a5b88 0032cbb0 039dfb28 0x0032cb80: 00000000 039d8682 0032cba0 55b6b0a7 Backtrace: =>0 0x7bf98f30 BaseMemAllocator_SetProperties+0xf0(iface=0x1a5b88, pRequest=0x32cba0, pActual=(nil)) [/home/hildegard/src/wine-1.3.4/dlls/quartz/memallocator.c:171] in quartz (0x00000000) 0x7bf98f30 BaseMemAllocator_SetProperties+0xf0 [/home/hildegard/src/wine-1.3.4/dlls/quartz/memallocator.c:171] in quartz: repe movsl (%esi)...
2020 Oct 02
2
OrcV1 removal
...>> -------------------------------------------------------------------------------- >> 22 62,022,701,974 2,766,072 2,664,931 101,141 >> 0 >> ... >> ->16.97% (469,433B) 0xB29E471: llvm::allocate_buffer(unsigned long, >> unsigned long) (MemAlloc.cpp:15) >> | ->03.54% (97,812B) 0x831FB40: llvm::MallocAllocator::Allocate(unsigned >> long, unsigned long) (AllocatorBase.h:85) >> | | ->03.54% (97,812B) 0x8330268: >> llvm::StringMapEntry<std::atomic<unsigned long> >* >> llvm::StringMapEntry<std:...
2007 Aug 23
0
[git patch] klibc dash 0.5.4 update
...2 usr/dash/bltin/printf.c | 32 +++----- usr/dash/bltin/test.c | 3 usr/dash/config.h | 6 - usr/dash/eval.c | 21 ++--- usr/dash/exec.c | 7 + usr/dash/expand.c | 2 usr/dash/input.c | 11 -- usr/dash/jobs.c | 14 +-- usr/dash/memalloc.h | 2 usr/dash/mkbuiltins | 2 usr/dash/mkinit.c | 9 +- usr/dash/parser.c | 1 usr/dash/parser.h | 2 usr/dash/redir.c | 144 +++++++++++++++++++++----------------- usr/dash/redir.h | 4 - usr/dash/trap.c | 9 +- 17 files c...
2020 Oct 01
2
OrcV1 removal
Hi, On 2020-09-30 21:31:33 -0700, Lang Hames wrote: > I've taken a first shot at hooking RTDyldObjectLinkingLayer up to the > ResourceTracker API in 7436b2ab2428. Could you let me know whether that > fixes the leak you were seeing? It did improve the situation significantly, thanks! There's still a smaller leak, unfortunately. The function comments for modules say that: /** *