OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:halloc
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/nestegg/halloc/
halloc.h
5
* http://swapped.cc/
halloc
23
void *
halloc
(void * block, size_t len);
/external/libvpx/nestegg/halloc/src/
halloc.c
5
* http://swapped.cc/
halloc
18
#include "../
halloc
.h"
58
void *
halloc
(void * ptr, size_t len)
function
146
return
halloc
(0, len);
151
void * ptr =
halloc
(0, len*=n);
157
return
halloc
(ptr, len);
162
halloc
(ptr, 0);
168
char * ptr =
halloc
(0, len + 1);
/external/libvpx/
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/qemu/distrib/zlib-1.2.3/
zutil.c
271
# define _halloc
halloc
/external/zlib/
zutil.c
252
# define _halloc
halloc
/external/libpng/
pngmem.c
388
struct_ptr = (png_voidp)
halloc
(size, 1);
506
ret =
halloc
(size, 1);
/external/qemu/distrib/libpng-1.2.19/
pngmem.c
372
struct_ptr = (png_voidp)
halloc
(size,1);
478
ret =
halloc
(size, 1);
Completed in 128 milliseconds