cc9e626ea9
Refactor permuted backtrace test allocation that was originally used only by the prof_accum test, so that it can be used by other heap profiling test binaries.
9 lines
114 B
C
9 lines
114 B
C
#include "test/jemalloc_test.h"
|
|
|
|
void *
|
|
btalloc(size_t size, unsigned bits)
|
|
{
|
|
|
|
return (btalloc_0(size, bits));
|
|
}
|