HomeSort by: relevance | last modified time | path
    Searched defs:gmalloc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/libmalloc/dist/
Makefile 25 all: libmalloc.a gmalloc.o
27 gmalloc = valloc.c malloc.c free.c cfree.c realloc.c calloc.c morecore.c memalign.c macro
38 gmalloc.c: gmalloc-head.c $(headers) $(gmalloc) Makefile
39 cat gmalloc-head.c $(headers) $(gmalloc) > $@-tmp
  /src/external/gpl3/gcc/dist/gcc/
gcse.cc 453 static void *gmalloc (size_t) ATTRIBUTE_MALLOC;
522 #define GNEW(T) ((T *) gmalloc (sizeof (T)))
525 #define GNEWVEC(T, N) ((T *) gmalloc (sizeof (T) * (N)))
528 #define GNEWVAR(T, S) ((T *) gmalloc ((S)))
591 gmalloc (size_t size)
584 gmalloc (size_t size) function
  /src/external/gpl3/gcc.old/dist/gcc/
gcse.cc 453 static void *gmalloc (size_t) ATTRIBUTE_MALLOC;
522 #define GNEW(T) ((T *) gmalloc (sizeof (T)))
525 #define GNEWVEC(T, N) ((T *) gmalloc (sizeof (T) * (N)))
528 #define GNEWVAR(T, S) ((T *) gmalloc ((S)))
591 gmalloc (size_t size)
584 gmalloc (size_t size) function

Completed in 20 milliseconds