cmogstored.git  about / heads / tags
alternative mogstored implementation for MogileFS
blob 073cb0f167e76b5b8b094ad61bce48f7a0f67d52 328 bytes (raw)
$ git show wip-1.3:test/valgrind.supp	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 
{
	setproctitle-strdup-at-init
	Memcheck:Leak
	fun:malloc
	fun:strdup
	fun:spt_init
}
{
	libkqueue-calloc
	Memcheck:Leak
	fun:calloc
	obj:/usr/lib*/libkqueue.so.*
}
{
	libkqueue-malloc
	Memcheck:Leak
	fun:malloc
	obj:/usr/lib*/libkqueue.so.*
}
{
	epoll-ctl-event-ptr-on-32-bit
	Memcheck:Param
	epoll_ctl(event)
	fun:epoll_ctl
}

git clone https://yhbt.net/cmogstored.git