Home
last modified time | relevance | path

Searched refs:allocator (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/
Dhalloc.c44 #define allocator halloc_allocator macro
63 if (! allocator) in halloc()
66 assert(allocator); in halloc()
75 p = allocator(0, len + sizeof_hblock); in halloc()
93 p = allocator(p, len + sizeof_hblock); in halloc()
106 allocator(p, 0); in halloc()
178 assert(! allocator); in _set_allocator()
190 allocator = realloc; in _set_allocator()
198 allocator = _realloc; in _set_allocator()
251 allocator(q, 0); in _free_children()
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXMetadata.cpp36 camera_request_memory allocator) const in getMetaData()
72 ret = allocator(-1, metaDataSize, 1, NULL); in getMetaData()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/
DREADME38 of allocator calling free() when neccessary.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/
DTODO21 - Use pool allocator for all allocations.
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h775 camera_request_memory allocator) const;