Searched refs:halloc (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/nestegg/ |
D | Makefile.am | 4 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 …]
|
D | README | 5 The source under the halloc/ directory is licensed under a BSD license. See 6 halloc/halloc.h for details.
|
/external/libvpx/nestegg/halloc/ |
D | README | 1 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
|
D | halloc.h | 23 void * halloc (void * block, size_t len);
|
/external/libvpx/nestegg/halloc/src/ |
D | halloc.c | 58 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/ |
D | examples.mk | 21 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/ |
D | pngmem.c | 388 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/ |
D | pngmem.c | 372 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/ |
D | zutil.c | 271 # define _halloc halloc
|
/external/zlib/src/ |
D | zutil.c | 275 # define _halloc halloc
|
D | ChangeLog | 974 - fix fdopen and halloc macros for Microsoft C 6.0 (Tom Lane)
|