GC_oom_fn         211 gc/finalize.c  	      GC_oom_fn(sizeof(struct disappearing_link));
GC_oom_fn         438 gc/finalize.c  	      GC_oom_fn(sizeof(struct finalizable_object));
GC_oom_fn         160 gc/gcj_mlc.c   		return(GC_oom_fn(lb));
GC_oom_fn         178 gc/gcj_mlc.c   	    return(GC_oom_fn(lb));
GC_oom_fn         205 gc/gcj_mlc.c           return(GC_oom_fn(lb));
GC_oom_fn         234 gc/gcj_mlc.c   	    return GC_oom_fn(WORDS_TO_BYTES(lw));
GC_oom_fn         266 gc/gcj_mlc.c           return GC_oom_fn(WORDS_TO_BYTES(lw));
GC_oom_fn          86 gc/include/gc.h GC_API GC_PTR (*GC_oom_fn) GC_PROTO((size_t bytes_requested));
GC_oom_fn         227 gc/malloc.c            return((*GC_oom_fn)(lb));
GC_oom_fn         216 gc/mallocx.c           return((*GC_oom_fn)(lb));
GC_oom_fn         281 gc/mallocx.c   	    return ((*GC_oom_fn)(WORDS_TO_BYTES(lw)));
GC_oom_fn         611 gc/mallocx.c           if (align > HBLKSIZE) return GC_oom_fn(LONG_MAX-1024) /* Fail */;
GC_oom_fn         148 gc/misc.c      GC_PTR (*GC_oom_fn) GC_PROTO((size_t bytes_requested)) = GC_default_oom_fn;
GC_oom_fn         309 gc/pthread_support.c 	    if (*my_fl == 0) return GC_oom_fn(bytes);
GC_oom_fn         337 gc/pthread_support.c 	    if (*my_fl == 0) return GC_oom_fn(bytes);
GC_oom_fn         389 gc/pthread_support.c 	    if (*my_fl == 0) return GC_oom_fn(bytes);
GC_oom_fn         116 src/core.c         GC_oom_fn = oom_handler;