Searched defs:free (Results 1 - 5 of 5) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_DebugMem.h37 #define free(x) OMX_DebugMem_free(x,__FILE__,__FUNCTION__ ,__LINE__) macro
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_DebugMem.h61 #define free(x) OMX_DebugMem_free(x,__FILE__,__FUNCTION__ ,__LINE__) macro
/hardware/msm7k/libgralloc/
H A Dallocator.h111 : start(start), size(size), free(1), prev(0), next(0) {
115 int free : 4; member in struct:SimpleBestFitAllocator::chunk_t
/hardware/msm7k/libgralloc-qsd8k/
H A Dallocator.h112 : start(start), size(size), free(1), prev(0), next(0) {
116 int free : 4; member in struct:SimpleBestFitAllocator::chunk_t
/hardware/libhardware/include/hardware/
H A Dgralloc.h136 * This function doesn't close or free the handle itself; this is done
225 * (*free)() Frees a previously allocated buffer.
234 int (*free)(struct alloc_device_t* dev, member in struct:alloc_device_t

Completed in 2353 milliseconds