Home | History | Annotate | Download | only in src
      1 #include "test/jemalloc_test.h"
      2 
      3 void *
      4 btalloc(size_t size, unsigned bits) {
      5 	return btalloc_0(size, bits);
      6 }
      7