Searched defs:halloc (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/third_party/nestegg/halloc/src/
H A Dhalloc.c5 * http://swapped.cc/halloc
18 #include "third_party/nestegg/halloc/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);

Completed in 327 milliseconds