GC_REALLOC          6 gc/include/leak_detector.h #define realloc(p,n) GC_REALLOC((p),(n))
GC_REALLOC        643 gc/tests/test.c     f = (sexpr *)GC_REALLOC((GC_PTR)f, 6 * sizeof(sexpr));
GC_REALLOC        648 gc/tests/test.c     g = (sexpr *)GC_REALLOC((GC_PTR)g, 800 * sizeof(sexpr));
GC_REALLOC        653 gc/tests/test.c     h = (sexpr *)GC_REALLOC((GC_PTR)h, 2000 * sizeof(sexpr));
GC_REALLOC        695 gc/tests/test.c             a = (sexpr)GC_REALLOC((GC_PTR)a, 500);
GC_REALLOC        697 gc/tests/test.c             a = (sexpr)GC_REALLOC((GC_PTR)a, 8200);