GC_word           891 gc/alloc.c     GC_word GC_max_retries = 0;
GC_word           314 gc/cord/cordprnt.c             	    if ((char *)(GC_word)res == buf) {
GC_word           549 gc/cord/cordxtra.c         return((char)(GC_word)
GC_word           808 gc/finalize.c  static GC_word last_finalizer_notification = 0;
GC_word            70 gc/include/gc.h GC_API GC_word GC_gc_no;/* Counter incremented per collection.  	*/
GC_word           175 gc/include/gc.h GC_API GC_word GC_non_gc_bytes;
GC_word           189 gc/include/gc.h GC_API GC_word GC_free_space_divisor;
GC_word           202 gc/include/gc.h GC_API GC_word GC_max_retries;
GC_word           339 gc/include/gc.h GC_API void GC_set_max_heap_size GC_PROTO((GC_word n));
GC_word           371 gc/include/gc.h GC_API void GC_register_displacement GC_PROTO((GC_word n));
GC_word           375 gc/include/gc.h GC_API void GC_debug_register_displacement GC_PROTO((GC_word n));
GC_word           468 gc/include/gc.h #   define GC_RETURN_ADDR (GC_word)__return_address
GC_word           505 gc/include/gc.h #   define GC_RETURN_ADDR (GC_word)__builtin_return_address(0)
GC_word           514 gc/include/gc.h #  define GC_EXTRA_PARAMS GC_word ra, GC_CONST char * s, int i
GC_word           757 gc/include/gc.h GC_API GC_word GC_set_free_space_divisor GC_PROTO((GC_word value));
GC_word           770 gc/include/gc.h     typedef GC_word GC_hidden_pointer;
GC_word           139 gc/include/gc_mark.h 	(((GC_word)obj >= (GC_word)GC_least_plausible_heap_addr && \
GC_word           140 gc/include/gc_mark.h 	  (GC_word)obj <= (GC_word)GC_greatest_plausible_heap_addr)? \
GC_word            35 gc/include/gc_typed.h typedef GC_word * GC_bitmap;
GC_word            39 gc/include/gc_typed.h # define GC_WORDSZ (8*sizeof(GC_word))
GC_word            43 gc/include/gc_typed.h 		(bm)[index/GC_WORDSZ] |= ((GC_word)1 << (index%GC_WORDSZ))
GC_word            44 gc/include/gc_typed.h # define GC_WORD_OFFSET(t, f) (offsetof(t,f)/sizeof(GC_word))
GC_word            45 gc/include/gc_typed.h # define GC_WORD_LEN(t) (sizeof(t)/ sizeof(GC_word))
GC_word            48 gc/include/gc_typed.h typedef GC_word GC_descr;
GC_word            39 gc/include/private/dbg_mlc.h     typedef GC_word GC_hidden_pointer;
GC_word            87 gc/include/private/dbg_mlc.h #	  define HIDE_BACK_PTR(p) HIDE_POINTER(~1 & (GC_word)(p))
GC_word            75 gc/include/private/gc_locks.h      extern GC_word RT0u__inCritical;
GC_word           586 gc/include/private/gc_locks.h         inline static GC_word GC_atomic_add(volatile GC_word *addr,
GC_word           589 gc/include/private/gc_locks.h 	  GC_word old;
GC_word           598 gc/include/private/gc_locks.h 	extern GC_word GC_atomic_add(volatile GC_word *addr, GC_word how_much);
GC_word            63 gc/include/private/gc_pmark.h     GC_word * mse_start;   /* First word of object */
GC_word            64 gc/include/private/gc_pmark.h     GC_word mse_descr;	/* Descriptor; low order two bits are tags,	*/
GC_word            53 gc/include/private/gc_priv.h typedef GC_word word;
GC_word           446 gc/include/private/gc_priv.h # define WARN(msg,arg) (*GC_current_warn_proc)("GC Warning: " msg, (GC_word)(arg))
GC_word          2186 gc/include/private/gcconfig.h #   define POINTER_MASK ((GC_word)(-1))
GC_word           405 gc/mallocx.c   				(volatile GC_word *)(&GC_words_allocd_tmp),
GC_word           406 gc/mallocx.c   				(GC_word)(-my_words_allocd_tmp));
GC_word           437 gc/mallocx.c   				(volatile GC_word *)(&GC_words_allocd_tmp),
GC_word           438 gc/mallocx.c   				(GC_word)(my_words_allocd));
GC_word          1044 gc/misc.c          GC_word GC_set_free_space_divisor (GC_word value)
GC_word          1050 gc/misc.c          GC_word old = GC_free_space_divisor;
GC_word          1845 gc/os_dep.c    	  GC_word free_len;
GC_word          1883 gc/os_dep.c    	  GC_word alloc_len;
GC_word          1936 gc/os_dep.c    	  GC_word free_len;
GC_word          1297 gc/pthread_support.c   GC_word GC_atomic_add(volatile GC_word *addr, GC_word how_much)
GC_word          1299 gc/pthread_support.c     GC_word old;
GC_word           267 gc/tests/test.c         r = (sexpr) GC_LOCAL_GCJ_MALLOC(sizeof(struct SEXPR) + sizeof(GC_word) + my_extra,
GC_word           269 gc/tests/test.c         r = (sexpr) ((GC_word *)r + 1);
GC_word           338 gc/tests/test.c     GC_word * r;
GC_word           344 gc/tests/test.c         r = (GC_word *) GC_GCJ_FAST_MALLOC(4, &gcj_class_struct1);
GC_word           346 gc/tests/test.c         r = (GC_word *) GC_GCJ_FAST_MALLOC(3, &gcj_class_struct1);
GC_word           349 gc/tests/test.c         r = (GC_word *) GC_GCJ_MALLOC(sizeof(struct SEXPR)
GC_word           469 gc/tests/test.c     if ((int)(GC_word)(car(car(list))) != low) {
GC_word           490 gc/tests/test.c     if ((int)(GC_word)(car(car(list))) != low) {
GC_word           760 gc/tests/test.c   if ((int)(GC_word)client_data != t -> level) {
GC_word           786 gc/tests/test.c   GC_FAR GC_word live_indicators[MAX_FINALIZED] = {0};
GC_word           789 gc/tests/test.c   GC_word *live_indicators = 0;
GC_word           815 gc/tests/test.c 		    (GC_word*)NewPtrClear(MAX_FINALIZED * sizeof(GC_word));
GC_word           872 gc/tests/test.c         GC_REGISTER_FINALIZER((GC_PTR)result, finalizer, (GC_PTR)(GC_word)n,
GC_word          1066 gc/tests/test.c GC_word bm_huge[10] = {
GC_word          1082 gc/tests/test.c     GC_word * old, * new;
GC_word          1083 gc/tests/test.c     GC_word bm3 = 0x3;
GC_word          1084 gc/tests/test.c     GC_word bm2 = 0x2;
GC_word          1085 gc/tests/test.c     GC_word bm_large = 0xf7ff7fff;
GC_word          1093 gc/tests/test.c     GC_word * x = (GC_word *)GC_malloc_explicitly_typed(2000, d4);
GC_word          1100 gc/tests/test.c         new = (GC_word *) GC_malloc_explicitly_typed(4 * sizeof(GC_word), d1);
GC_word          1106 gc/tests/test.c         new[1] = (GC_word)old;
GC_word          1109 gc/tests/test.c         new = (GC_word *) GC_malloc_explicitly_typed(4 * sizeof(GC_word), d2);
GC_word          1111 gc/tests/test.c         new[1] = (GC_word)old;
GC_word          1114 gc/tests/test.c         new = (GC_word *) GC_malloc_explicitly_typed(33 * sizeof(GC_word), d3);
GC_word          1116 gc/tests/test.c         new[1] = (GC_word)old;
GC_word          1119 gc/tests/test.c         new = (GC_word *) GC_calloc_explicitly_typed(4, 2 * sizeof(GC_word),
GC_word          1122 gc/tests/test.c         new[1] = (GC_word)old;
GC_word          1126 gc/tests/test.c           new = (GC_word *) GC_calloc_explicitly_typed(7, 3 * sizeof(GC_word),
GC_word          1129 gc/tests/test.c           new = (GC_word *) GC_calloc_explicitly_typed(1001,
GC_word          1130 gc/tests/test.c           					       3 * sizeof(GC_word),
GC_word          1138 gc/tests/test.c         new[1] = (GC_word)old;
GC_word          1149 gc/tests/test.c         new = (GC_word *)(old[1]);
GC_word          1219 gc/tests/test.c 	  GC_size(GC_malloc(7)) != MIN_WORDS * sizeof(GC_word)
GC_word          1225 gc/tests/test.c       if (GC_size(GC_malloc(0)) != MIN_WORDS * sizeof(GC_word)) {
GC_word          1231 gc/tests/test.c       if (GC_size(GC_malloc_uncollectable(0)) != MIN_WORDS * sizeof(GC_word)) {
GC_word          1281 gc/tests/test.c 	  for (i = sizeof(GC_word); i < 512; i *= 2) {
GC_word          1282 gc/tests/test.c 	    GC_word result = (GC_word) GC_memalign(i, 17);
GC_word           189 gc/win32_threads.c     WARN("Removing nonexistent thread %ld\n", (GC_word)thread_id);
GC_word            81 src/gauche/memory.h         SCM_MALLOC_WORDS(p, sizeof(ScmPair)/sizeof(GC_word), ScmPair *); \
GC_word           108 src/gauche/memory.h     (p = (type)SCM_MALLOC(n * sizeof(GC_word)))
GC_word           111 src/gauche/memory.h     (p = (type)SCM_MALLOC_ATOMIC(n * sizeof(GC_word)))
GC_word            63 src/list.c         SCM_MALLOC_WORDS(z, sizeof(ScmPair)/sizeof(GC_word), ScmPair*);
GC_word            72 src/list.c         SCM_MALLOC_WORDS(y, sizeof(ScmPair)/sizeof(GC_word), ScmPair*);
GC_word            73 src/list.c         SCM_MALLOC_WORDS(z, sizeof(ScmPair)/sizeof(GC_word), ScmPair*);