Home
last modified time | relevance | path

Searched defs:malloc_type (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_malloc.h109 struct malloc_type { struct
110 struct malloc_type *ks_next; /* Next in global chain. */ argument
120 * struct malloc_type was terminated with a struct mtx, which is no argument
143 struct malloc_type_stream_header { argument
/third_party/FreeBSD/sys/sys/
Dmalloc.h63 struct malloc_type { struct
64 struct malloc_type *ks_next; /* Next in global chain. */ argument
72 struct malloc_type type[1] = { \ argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_coro.c171 LLVMTypeRef malloc_type = LLVMFunctionType(mem_ptr_type, &int32_type, 1, 0); in lp_build_coro_declare_malloc_hooks() local