search for: bitmap_allocator

Displaying 10 results from an estimated 10 matches for "bitmap_allocator".

2007 Aug 22
2
[LLVMdev] llvm-gcc-4.0 compilation erros
...ibstdc++-v3/include -I/home/crhc3/lefever/llvm/cvs-070820/llvm-gcc-4.0/libstdc++-v3/libsupc++ -g -O2 -D_GNU_SOURCE -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -c ../../../../llvm-gcc-4.0/libstdc++-v3/src/bitmap_allocator.cc -o bitmap_allocator.o /home/crhc3/lefever/llvm/cvs-070820/llvm-gcc-4.0_obj/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h: In member function '__gnu_cxx::_Mutex* __gnu_cxx::free_list::_M_get_mutex()': /home/crhc3/lefever/llvm/cvs-070820/llvm-gcc-4.0_obj/x86_64-un...
2013 Mar 16
3
[LLVMdev] internal compiler error when compiling llvm-gcc-4.2-2.9
...++-v3/include -I/home/hongxuchen/moonbox/llvm-gcc-4.2-2.9.source/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c ../../../../llvm-gcc-4.2-2.9.source/libstdc++-v3/src/bitmap_allocator.cc -fPIC -DPIC -o .libs/bitmap_allocator.o *** glibc detected *** /home/hongxuchen/moonbox/llvm-gcc-obj/./gcc/cc1plus: free(): invalid pointer: 0x0000000001eb7fb8 *** /home/hongxuchen/moonbox/llvm-gcc-obj/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h: In member funct...
2007 Aug 22
0
[LLVMdev] llvm-gcc-4.0 compilation erros
...> -I/home/crhc3/lefever/llvm/cvs-070820/llvm-gcc-4.0/libstdc++-v3/libsupc++ > -g -O2 -D_GNU_SOURCE -fno-implicit-templates -Wall -Wextra > -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once > -ffunction-sections -fdata-sections -c > ../../../../llvm-gcc-4.0/libstdc++-v3/src/bitmap_allocator.cc -o > bitmap_allocator.o > /home/crhc3/lefever/llvm/cvs-070820/llvm-gcc-4.0_obj/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h: > In member function '__gnu_cxx::_Mutex* > __gnu_cxx::free_list::_M_get_mutex()': > /home/crhc3/lefever/llvm/cvs-070820/llvm...
2007 Aug 22
1
[LLVMdev] llvm-gcc-4.0 compilation erros
.../crhc3/lefever/llvm/cvs-070820/llvm-gcc-4.0/libstdc++-v3/libsupc++ >>-g -O2 -D_GNU_SOURCE -fno-implicit-templates -Wall -Wextra >>-Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once >>-ffunction-sections -fdata-sections -c >>../../../../llvm-gcc-4.0/libstdc++-v3/src/bitmap_allocator.cc -o >>bitmap_allocator.o >>/home/crhc3/lefever/llvm/cvs-070820/llvm-gcc-4.0_obj/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h: >>In member function '__gnu_cxx::_Mutex* >>__gnu_cxx::free_list::_M_get_mutex()': >>/home/crhc3/lefever/llvm/...
2000 May 02
0
patch for .samba-2.0.7/source/lib/bitmap.c
Dear all, I have made patch for samba-2.0.7/source/lib/bitmap.c With this patch 1) constant '32' is now named. 2) make only one malloc on bitmap_allocate(). ( This will make bitmap to fit within same page, which will cause lesser pagefault, I wish ) 3) totally changed bitmap_find(). I guess this should work faster then testing each bits one-by-one. ---
2005 Sep 19
0
smbd panic
Hello, we installed samba on SUSE SLE9. (Samba version 3.0.9-2.1.5-SUSE) The log level in smb.conf must be 1 or 255. With other values the smbd crash with panic. Can you help me? Here the fragment of /var/log/messages with the error: Sep 16 08:52:05 speyer sudo: mphilipp : TTY=pts/0 ; PWD=/home/mphilipp ; USER=root ; COMMAND=/usr/sbin/rcsmb start Sep 16 08:52:05 speyer smbd[19437]:
2000 May 10
0
patche for samba-2.0.7/source/smbd/conn.c
Dear all, I have made patch for samba-2.0.7/source/smbd/conn.c This will, instead of using by-directional link, use array for managing connections. # The patch does seems to work on my RHL6.1Ja(fixed) version of # Linux machine. I don't know about other OS/Architecture. This should work better then original because: 1) The original code used bitmap.c for looking empty area. But using
2007 Apr 25
2
[LLVMdev] Work in progress patch to speed up andersen's implementation
Hi guys, i'm not going to have time to work on this for a month or two, so i figured i'd post it. This patch 1. reworks the andersen's implementation to support field sensitivity (though field-sensitive constraints are not generated directly yet), and uses it to do indirect function call support. 2. Rewrites the solver to be state of the art in terms of speed. kimwitu++ used to take
2023 Mar 28
12
[PATCH v6 00/11] vhost: multiple worker support
The following patches were built over linux-next which contains various vhost patches in mst's tree and the vhost_task patchset in Christian Brauner's tree: git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux.git kernel.user_worker branch: https://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux.git/log/?h=kernel.user_worker The latter patchset handles the review comment
2004 Oct 21
0
compile errors samba 3.0.7 vfs
Hi all, sorry for the long posting. Samba 2.2.x is outdated. Trying to switch to 3.0.7 with no success. The vfs layer is one of my current problems. Googled some time for an solution for this: [2004/10/21 20:04:00, 0] smbd/server.c:main(760) smbd version 3.0.7 started. Copyright Andrew Tridgell and the Samba Team 1992-2004 [2004/10/21 22:12:07, 0] smbd/server.c:main(760) smbd version