Searched refs:halloc (Results 1 – 8 of 8) sorted by relevance
1 diff --git a/nestegg/halloc/src/halloc.c b/nestegg/halloc/src/halloc.c3 --- a/nestegg/halloc/src/halloc.c4 +++ b/nestegg/halloc/src/halloc.c9 -#include "halloc.h"10 +#include "third_party/nestegg/halloc/halloc.h"35 -#include "halloc.h"37 +#include "third_party/nestegg/halloc/halloc.h"
5 The source under the halloc/ directory is licensed under a BSD license. See6 halloc/halloc.h for details.
7 The source under the halloc/ directory is licensed under a BSD license. See8 halloc/halloc.h for details.
1 halloc 1.2.18 http://swapped.cc/halloc19 halloc-1.2.125 halloc-1.2.026 * added missing <string.h> include to halloc.c37 free(), in which case halloc will use its own version40 halloc-1.1.0
23 void * halloc (void * block, size_t len);
58 void * halloc(void * ptr, size_t len) in halloc() function146 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()
32 vpxdec.SRCS += third_party/nestegg/halloc/halloc.h33 vpxdec.SRCS += third_party/nestegg/halloc/src/align.h34 vpxdec.SRCS += third_party/nestegg/halloc/src/halloc.c35 vpxdec.SRCS += third_party/nestegg/halloc/src/hlist.h36 vpxdec.SRCS += third_party/nestegg/halloc/src/macros.h
45 NESTEGG_SRCS += ../third_party/nestegg/halloc/halloc.h46 NESTEGG_SRCS += ../third_party/nestegg/halloc/src/align.h47 NESTEGG_SRCS += ../third_party/nestegg/halloc/src/halloc.c48 NESTEGG_SRCS += ../third_party/nestegg/halloc/src/hlist.h