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

  /src/external/bsd/jemalloc/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/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/common/dist/zlib/
zlib.h 83 typedef voidpf (*alloc_func)(voidpf opaque, uInt items, uInt size); typedef
100 alloc_func zalloc; /* used to allocate the internal state */
zconf.h 150 # define alloc_func z_alloc_func macro
  /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/gcc.old/dist/libgomp/
libgomp.h 1238 __typeof (GOMP_OFFLOAD_alloc) *alloc_func; member in struct:gomp_device_descr

Completed in 43 milliseconds