malloc_increase 6190 gc.c size_t inc = ATOMIC_SIZE_EXCHANGE(malloc_increase, 0);
malloc_increase 6910 gc.c S(malloc_increase);
malloc_increase 6942 gc.c rb_hash_aset(table, OLD_SYM(malloc_increase), NEW_SYM(malloc_increase_bytes));
malloc_increase 7041 gc.c SET(malloc_increase_bytes, malloc_increase);
malloc_increase 7673 gc.c ATOMIC_SIZE_ADD(malloc_increase, new_size - old_size);
malloc_increase 7679 gc.c atomic_sub_nounderflow(&malloc_increase, old_size - new_size);
malloc_increase 7687 gc.c if (malloc_increase > malloc_limit && ruby_native_thread_p() && !dont_gc) {
malloc_increase 8663 gc.c record->allocate_increase = malloc_increase;