Home
last modified time | relevance | path

Searched defs:g_memdup2 (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/
Dglib2.spec294 need function g_memdup2 which needs glib2 ≥2.67.3 to instead of g_memdup function
/third_party/gstreamer/gstreamer/gst/
Dglib-compat-private.h34 #define g_memdup2(ptr,sz) ((G_LIKELY(((guint64)(sz)) < G_MAXUINT)) ? g_memdup(ptr,sz) : (g_abort(),… macro