Home
last modified time | relevance | path

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

/external/libvpx/nestegg/
DMakefile.am4 INCLUDES = -I$(top_srcdir)/include -I. -I$(top_srcdir)/halloc
15 halloc/src/halloc.c \
16 halloc/halloc.h \
17 halloc/src/align.h \
18 halloc/src/hlist.h \
19 halloc/src/macros.h
31 halloc/src/halloc.c \
32 halloc/halloc.h \
33 halloc/src/align.h \
34 halloc/src/hlist.h \
[all …]
DREADME5 The source under the halloc/ directory is licensed under a BSD license. See
6 halloc/halloc.h for details.
/external/libvpx/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);
/external/libvpx/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()
/external/libvpx/
Dexamples.mk21 vpxdec.SRCS += nestegg/halloc/halloc.h
22 vpxdec.SRCS += nestegg/halloc/src/align.h
23 vpxdec.SRCS += nestegg/halloc/src/halloc.c
24 vpxdec.SRCS += nestegg/halloc/src/hlist.h
25 vpxdec.SRCS += nestegg/halloc/src/macros.h
/external/libpng/
Dpngmem.c388 struct_ptr = (png_voidp)halloc(size, 1); in png_create_struct_2()
506 ret = halloc(size, 1); in png_malloc_default()
/external/qemu/distrib/libpng-1.2.19/
Dpngmem.c372 struct_ptr = (png_voidp)halloc(size,1); in png_create_struct_2()
478 ret = halloc(size, 1); in png_malloc_default()
/external/qemu/distrib/zlib-1.2.3/
Dzutil.c271 # define _halloc halloc
/external/zlib/src/
Dzutil.c275 # define _halloc halloc
DChangeLog974 - fix fdopen and halloc macros for Microsoft C 6.0 (Tom Lane)