HomeSort by: relevance | last modified time | path
    Searched defs:alloc_func (Results 1 - 17 of 17) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/test/unit/
tcache_max.c 25 alloc_func(size_t sz) { function
93 void *ptr1 = alloc_func(alloc_size);
94 void *ptr2 = alloc_func(alloc_size);
105 void *ptr3 = alloc_func(alloc_size);
112 void *ptr4 = alloc_func(alloc_size);
  /src/external/bsd/jemalloc/dist/test/unit/
tcache_max.c 19 alloc_func(size_t sz, unsigned alloc_option) { function
104 void *ptr1 = alloc_func(alloc_size, alloc_option);
105 void *ptr2 = alloc_func(alloc_size, alloc_option);
117 void *ptr3 = alloc_func(alloc_size, alloc_option);
124 void *ptr4 = alloc_func(alloc_size, alloc_option);
  /src/external/cddl/osnet/dist/uts/common/zmod/
zlib.h 79 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
96 alloc_func zalloc; /* used to allocate the internal state */
  /src/sys/net/
zlib.h 357 typedef voidpf (*alloc_func)(voidpf, uInt, uInt); typedef
374 alloc_func zalloc; /* used to allocate the internal state */
  /src/external/gpl3/binutils/dist/zlib/
zlib.h 81 typedef voidpf (*alloc_func)(voidpf opaque, uInt items, uInt size); typedef
98 alloc_func zalloc; /* used to allocate the internal state */
zconf.h 146 # define alloc_func z_alloc_func macro
  /src/external/gpl3/binutils.old/dist/zlib/
zlib.h 81 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
98 alloc_func zalloc; /* used to allocate the internal state */
zconf.h 143 # define alloc_func z_alloc_func macro
  /src/external/gpl3/gdb.old/dist/zlib/
zlib.h 81 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
98 alloc_func zalloc; /* used to allocate the internal state */
zconf.h 143 # define alloc_func z_alloc_func macro
  /src/external/gpl3/gdb/dist/zlib/
zlib.h 81 typedef voidpf (*alloc_func)(voidpf opaque, uInt items, uInt size); typedef
98 alloc_func zalloc; /* used to allocate the internal state */
zconf.h 146 # define alloc_func z_alloc_func macro
  /src/common/dist/zlib/
zlib.h 87 typedef voidpf (*alloc_func)(voidpf opaque, uInt items, uInt size); typedef
104 alloc_func zalloc; /* used to allocate the internal state */
zconf.h 158 # define alloc_func z_alloc_func macro
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
zlib.h 90 # define alloc_func netpgpv_z_alloc_func macro
422 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
439 alloc_func zalloc; /* used to allocate the internal state */
  /src/external/gpl3/gcc/dist/libgomp/
libgomp.h 1410 __typeof (GOMP_OFFLOAD_alloc) *alloc_func; member in struct:gomp_device_descr
  /src/external/gpl3/gcc.old/dist/libgomp/
libgomp.h 1238 __typeof (GOMP_OFFLOAD_alloc) *alloc_func; member in struct:gomp_device_descr

Completed in 43 milliseconds