Home
last modified time | relevance | path

Searched defs:alloc_func (Results 1 – 24 of 24) sorted by relevance

/external/libexif/libexif/
Dexif-mem.c7 ExifMemAllocFunc alloc_func; member
34 exif_mem_new (ExifMemAllocFunc alloc_func, ExifMemReallocFunc realloc_func, in exif_mem_new()
/external/swiftshader/src/Vulkan/
DVkSemaphore.cpp240 ALLOC_FUNC alloc_func, in importPayload()
274 VkResult BinarySemaphore::exportPayload(ALLOC_FUNC alloc_func, EXPORT_FUNC export_func) in exportPayload()
/external/brotli/c/dec/
Dstate.c19 brotli_alloc_func alloc_func, brotli_free_func free_func, void* opaque) { in BrotliDecoderStateInit()
Dstate.h244 brotli_alloc_func alloc_func; member
Ddecode.c78 brotli_alloc_func alloc_func, brotli_free_func free_func, void* opaque) { in BrotliDecoderCreateInstance()
/external/tensorflow/tensorflow/core/common_runtime/
Dallocator_retry.cc53 bool verbose_failure)> in AllocateRaw()
/external/brotli/c/enc/
Dmemory.h27 brotli_alloc_func alloc_func; member
Dmemory.c31 MemoryManager* m, brotli_alloc_func alloc_func, brotli_free_func free_func, in BrotliInitMemoryManager()
Dencode.c798 brotli_alloc_func alloc_func, brotli_free_func free_func, void* opaque) { in BrotliEncoderCreateInstance()
/external/freetype/src/bzip2/
Dftbzip2.c60 typedef void *(* alloc_func)(void*, int, int); typedef
/external/rust/crates/libz-sys/src/zlib-ng/
Dzlib.h97 typedef void *(*alloc_func) (void *opaque, unsigned int items, unsigned int size); typedef
Dzlib-ng.h88 typedef void *(*alloc_func) (void *opaque, unsigned int items, unsigned int size); typedef
/external/zlib/
Dchromeconf.h144 #define alloc_func Cr_z_alloc_func macro
Dzconf.h159 # define alloc_func z_alloc_func macro
/external/angle/third_party/zlib/
Dchromeconf.h144 #define alloc_func Cr_z_alloc_func macro
Dzconf.h155 # define alloc_func z_alloc_func macro
/external/libwebsockets/win32port/zlib/
Dzconf.h112 # define alloc_func z_alloc_func macro
/external/rust/crates/libz-sys/src/zlib/
Dzconf.h143 # define alloc_func z_alloc_func macro
Dzconf.h.in143 # define alloc_func z_alloc_func macro
/external/python/cpython2/Modules/zlib/
Dzconf.h143 # define alloc_func z_alloc_func macro
Dzconf.h.in143 # define alloc_func z_alloc_func macro
/external/rust/crates/libz-sys/src/
Dlib.rs6 pub type alloc_func = unsafe extern "C" fn(voidpf, uInt, uInt) -> voidpf; typedef
/external/OpenCL-CTS/test_common/miniz/
Dminiz.h255 #define alloc_func mz_alloc_func macro
/external/python/cpython3/Modules/
D_struct.c1440 allocfunc alloc_func = PyType_GetSlot(type, Py_tp_alloc); in s_new() local