Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/
Dhalloc.c50 static void * _realloc(void * ptr, size_t n);
198 allocator = _realloc; in _set_allocator()
203 static void * _realloc(void * ptr, size_t n) in _realloc() function