• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include "test/jemalloc_test.h"
2 
3 void *
btalloc(size_t size,unsigned bits)4 btalloc(size_t size, unsigned bits)
5 {
6 
7 	return (btalloc_0(size, bits));
8 }
9