Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/
D0001-include-paths.diff1 diff --git a/nestegg/halloc/src/halloc.c b/nestegg/halloc/src/halloc.c
3 --- a/nestegg/halloc/src/halloc.c
4 +++ b/nestegg/halloc/src/halloc.c
9 -#include "halloc.h"
10 +#include "third_party/nestegg/halloc/halloc.h"
35 -#include "halloc.h"
37 +#include "third_party/nestegg/halloc/halloc.h"
DREADME5 The source under the halloc/ directory is licensed under a BSD license. See
6 halloc/halloc.h for details.
DREADME.webm7 The source under the halloc/ directory is licensed under a BSD license. See
8 halloc/halloc.h for details.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/
DREADME1 halloc 1.2.1
8 http://swapped.cc/halloc
19 halloc-1.2.1
25 halloc-1.2.0
26 * added missing <string.h> include to halloc.c
37 free(), in which case halloc will use its own version
40 halloc-1.1.0
Dhalloc.h23 void * halloc (void * block, size_t len);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/
Dhalloc.c58 void * halloc(void * ptr, size_t len) in halloc() function
146 return halloc(0, len); in h_malloc()
151 void * ptr = halloc(0, len*=n); in h_calloc()
157 return halloc(ptr, len); in h_realloc()
162 halloc(ptr, 0); in h_free()
168 char * ptr = halloc(0, len + 1); in h_strdup()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dexamples.mk32 vpxdec.SRCS += third_party/nestegg/halloc/halloc.h
33 vpxdec.SRCS += third_party/nestegg/halloc/src/align.h
34 vpxdec.SRCS += third_party/nestegg/halloc/src/halloc.c
35 vpxdec.SRCS += third_party/nestegg/halloc/src/hlist.h
36 vpxdec.SRCS += third_party/nestegg/halloc/src/macros.h
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dtest.mk45 NESTEGG_SRCS += ../third_party/nestegg/halloc/halloc.h
46 NESTEGG_SRCS += ../third_party/nestegg/halloc/src/align.h
47 NESTEGG_SRCS += ../third_party/nestegg/halloc/src/halloc.c
48 NESTEGG_SRCS += ../third_party/nestegg/halloc/src/hlist.h