HomeSort by: relevance | last modified time | path
    Searched refs:sdallocx (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/external/bsd/jemalloc.old/dist/test/stress/
fill_flush.c 22 sdallocx(allocs[i], SMALL_ALLOC_SIZE, 0);
32 sdallocx(allocs[i], SMALL_ALLOC_SIZE, 0);
51 sdallocx(allocs[i], LARGE_ALLOC_SIZE, 0);
61 sdallocx(allocs[i], LARGE_ALLOC_SIZE, 0);
microbench.c 48 sdallocx(p, 1, 0);
59 "sdallocx", malloc_sdallocx);
  /src/external/bsd/jemalloc.old/dist/test/unit/
size_check.c 38 sdallocx(ptr, SMALL_SIZE2, 0);
42 sdallocx(ptr, LARGE_SIZE2, 0);
51 sdallocx(ptr, SMALL_SIZE2, MALLOCX_TCACHE_NONE);
55 sdallocx(ptr, LARGE_SIZE2, MALLOCX_TCACHE_NONE);
junk.c 117 JUNK_FREE(sdallocx(ptr, usize, MALLOCX_LG_ALIGN(
119 JUNK_FREE(sdallocx(ptr, usize,
  /src/external/bsd/jemalloc/dist/test/stress/
fill_flush.c 23 sdallocx(allocs[i], SMALL_ALLOC_SIZE, 0);
33 sdallocx(allocs[i], SMALL_ALLOC_SIZE, 0);
52 sdallocx(allocs[i], LARGE_ALLOC_SIZE, 0);
62 sdallocx(allocs[i], LARGE_ALLOC_SIZE, 0);
microbench.c 52 sdallocx(p, 1, 0);
63 malloc_dallocx, "sdallocx", malloc_sdallocx);
  /src/external/bsd/jemalloc/dist/test/unit/
size_check.c 39 sdallocx(ptr, SMALL_SIZE2, 0);
43 sdallocx(ptr, LARGE_SIZE2, 0);
52 sdallocx(ptr, SMALL_SIZE2, MALLOCX_TCACHE_NONE);
56 sdallocx(ptr, LARGE_SIZE2, MALLOCX_TCACHE_NONE);
junk.c 115 JUNK_FREE(sdallocx(
117 JUNK_FREE(sdallocx(ptr, usize,
  /src/include/
malloc.h 41 void sdallocx(void *, size_t, int);
  /src/external/bsd/jemalloc.old/include/jemalloc/
jemalloc_rename.h 27 # define je_sdallocx sdallocx
jemalloc_mangle.h 32 # define sdallocx je_sdallocx macro
jemalloc_mangle_jet.h 32 # define sdallocx jet_sdallocx macro
  /src/external/bsd/jemalloc/dist/include/jemalloc/
jemalloc_rename.h 29 # define je_sdallocx sdallocx
jemalloc_mangle.h 34 # define sdallocx je_sdallocx macro
jemalloc_mangle_jet.h 34 # define sdallocx jet_sdallocx macro
  /src/external/bsd/jemalloc/include/jemalloc/
jemalloc_rename.h 29 # define je_sdallocx sdallocx
jemalloc_mangle.h 34 # define sdallocx je_sdallocx macro
jemalloc_mangle_jet.h 34 # define sdallocx jet_sdallocx macro
  /src/external/bsd/jemalloc.old/dist/test/integration/
sdallocx.c 8 sdallocx(ptr, 64, 0);
40 sdallocx(ps[i], sz,
  /src/external/bsd/jemalloc/dist/test/integration/
sdallocx.c 8 sdallocx(ptr, 64, 0);
37 sdallocx(ps[i], sz,
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
public_namespace.h 21 #define je_sdallocx JEMALLOC_N(sdallocx)
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
public_namespace.h 23 #define je_sdallocx JEMALLOC_N(sdallocx)
  /src/external/bsd/jemalloc/dist/test/stress/cpp/
microbench.cpp 50 sdallocx((void *)p, 1, 0);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
public_namespace.h 23 #define je_sdallocx JEMALLOC_N(sdallocx)
  /src/external/mpl/bind/dist/lib/isc/
jemalloc_shim.h 60 sdallocx(void *ptr, size_t size ISC_ATTR_UNUSED, int flags ISC_ATTR_UNUSED) { function

Completed in 21 milliseconds

1 2 3