Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/shm/
Dshmalloc.h33 #define spalloc_new(type) g_slice_new (type) macro
41 #define spalloc_new(type) malloc (sizeof (type)) macro