HomeSort by: relevance | last modified time | path
    Searched refs:MALLOCX_ZERO (Results 1 - 22 of 22) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/
jemalloc_shim.h 27 #define MALLOCX_ZERO ((int)0x40)
51 if ((flags & MALLOCX_ZERO) != 0) {
80 if ((flags & MALLOCX_ZERO) != 0 && size > si->size) {
mem.c 515 RUNTIME_CHECK(ISC__MEM_ZERO == MALLOCX_ZERO);
  /src/external/bsd/jemalloc/dist/test/integration/
sdallocx.c 30 MALLOCX_ZERO);
32 MALLOCX_ZERO);
mallocx.c 183 nsz = nallocx(sz, MALLOCX_ZERO);
185 p = mallocx(sz, MALLOCX_ZERO);
187 "Unexpected mallocx(size=%zx, flags=MALLOCX_ZERO) error",
226 MALLOCX_ZERO | MALLOCX_ARENA(0));
231 MALLOCX_ZERO | MALLOCX_ARENA(0));
rallocx.c 127 p = mallocx(start_size, MALLOCX_ZERO);
138 q = rallocx(p, start_size+j, MALLOCX_ZERO);
231 p = mallocx(1, MALLOCX_LG_ALIGN(lg_align)|MALLOCX_ZERO);
235 q = rallocx(p, 1, MALLOCX_LG_ALIGN(lg_align)|MALLOCX_ZERO);
smallocx.c 213 nsz = nallocx(sz, MALLOCX_ZERO);
216 ret = smallocx(sz, MALLOCX_ZERO);
219 "Unexpected smallocx(size=%zx, flags=MALLOCX_ZERO) error",
259 MALLOCX_ZERO);
264 = smallocx(sz, MALLOCX_ALIGN(alignment) | MALLOCX_ZERO);
xallocx.c 316 int flags = MALLOCX_ARENA(arena_ind()) | MALLOCX_ZERO;
  /src/external/bsd/jemalloc.old/dist/test/integration/
sdallocx.c 30 MALLOCX_ZERO);
32 MALLOCX_ZERO);
mallocx.c 138 nsz = nallocx(sz, MALLOCX_ZERO);
140 p = mallocx(sz, MALLOCX_ZERO);
142 "Unexpected mallocx(size=%zx, flags=MALLOCX_ZERO) error",
181 MALLOCX_ZERO);
186 MALLOCX_ZERO);
rallocx.c 115 p = mallocx(start_size, MALLOCX_ZERO);
126 q = rallocx(p, start_size+j, MALLOCX_ZERO);
182 p = mallocx(1, MALLOCX_LG_ALIGN(lg_align)|MALLOCX_ZERO);
186 q = rallocx(p, 1, MALLOCX_LG_ALIGN(lg_align)|MALLOCX_ZERO);
xallocx.c 316 int flags = MALLOCX_ARENA(arena_ind()) | MALLOCX_ZERO;
  /src/external/bsd/jemalloc/dist/test/unit/
junk.c 52 int zero_flag = zero ? MALLOCX_ZERO : 0;
161 /* rallocx(..., MALLOCX_ZERO) */
165 expanded = rallocx(ptr, SC_LARGE_MINCLASS, MALLOCX_ZERO);
batch_alloc.c 101 flags |= MALLOCX_ZERO;
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
jemalloc_internal_types.h 61 ((bool)(flags & MALLOCX_ZERO))
  /src/external/bsd/jemalloc/include/jemalloc/internal/
jemalloc_internal_types.h 61 ((bool)(flags & MALLOCX_ZERO))
  /src/external/bsd/jemalloc/include/jemalloc/
jemalloc_macros.h 23 #define MALLOCX_ZERO ((int)0x40)
jemalloc.h 147 #define MALLOCX_ZERO ((int)0x40)
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
jemalloc_internal_types.h 43 ((bool)(flags & MALLOCX_ZERO))
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
jemalloc_internal_types.h 43 ((bool)(flags & MALLOCX_ZERO))
  /src/external/bsd/jemalloc.old/include/jemalloc/
jemalloc_macros.h 22 #define MALLOCX_ZERO ((int)0x40)
jemalloc.h 135 #define MALLOCX_ZERO ((int)0x40)
  /src/external/bsd/jemalloc.old/dist/src/
jemalloc.c 2702 bool zero = flags & MALLOCX_ZERO;
2868 bool zero = flags & MALLOCX_ZERO;

Completed in 39 milliseconds