| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Zengran Zhang <zhangzengran@sangfor.com.cn>
|
|
|
|
| |
Signed-off-by: Samuel Just <sjust@redhat.com>
|
|
|
|
| |
Signed-off-by: Samuel Just <sjust@redhat.com>
|
|
|
|
| |
Signed-off-by: Sage Weil <sage@inktank.com>
|
|
|
|
|
|
|
| |
Switch the OSD and MDS to use it, instead of handling
the calls on their own. Note that this is a command interface change!
Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
|
|
Previously, we used function pointers. Fun for me to learn about, icky
to actually have!
Now we use our own wrapper functions with two implementations -- one
for with tcmalloc and one without. Make those programs which
are tcmalloc-aware build with the appropriate implementation source
at compile-time, but leave the wrapper function stubs in
no matter what.
While we're at it, implement two of the "MallocExtension" calls in
the OSD.
Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
|