Searched refs:AUTO_MEMORY_UNSCANNED (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/libauto-186/tests/
H A Dbadpointers.m79 long ptr = (long)auto_zone_allocate_object(the_zone, 24, AUTO_MEMORY_UNSCANNED, 0, 0);
90 ptr = (long)auto_zone_allocate_object(the_zone, 24, AUTO_MEMORY_UNSCANNED, 0, 0);
/macosx-10.10.1/libauto-186/auto_tester/
H A Dmalloc.m201 _block_count = auto_zone_batch_allocate([self auto_zone], 300, AUTO_MEMORY_UNSCANNED, false, true, _test_blocks, BulkAllocateBlockCount);
/macosx-10.10.1/libauto-186/
H A DThread.cpp66 subzone->admin()->mark_allocated(block, i, AUTO_MEMORY_UNSCANNED, false, false);
89 flush_cache(_allocation_cache[AUTO_MEMORY_UNSCANNED]);
H A Dauto_zone.cpp466 void *result = azone->block_allocate(thread, size, AUTO_MEMORY_UNSCANNED, false, true);
504 ptr = azone->block_allocate(thread, size1, AUTO_MEMORY_UNSCANNED, true, true);
511 void *result = azone->block_allocate(thread, auto_round_page(size), AUTO_MEMORY_UNSCANNED, true, true);
583 return auto_zone_batch_allocate(zone, size, AUTO_MEMORY_UNSCANNED, true, false, results, num_requested);
1165 type = AUTO_MEMORY_UNSCANNED;
H A DSubzone.h721 _side_data[q] = (start_bit | alloc_local_bit | (AUTO_MEMORY_UNSCANNED << layout_log2) | garbage_bit);
H A Dauto_zone.h387 AUTO_MEMORY_UNSCANNED = AUTO_UNSCANNED, // unscanned memory (bits) enumerator in enum:__anon9191
H A DZone.cpp703 subzone->set_layout(q, AUTO_MEMORY_UNSCANNED);
713 large->set_layout(AUTO_MEMORY_UNSCANNED);
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-auto.mm1004 uintptr_t *table = (uintptr_t *)auto_zone_allocate_object(gc_zone, INITIALSIZE*sizeof(void *), AUTO_MEMORY_UNSCANNED, true, true);
1079 uintptr_t *newTable = (uintptr_t *)auto_zone_allocate_object(gc_zone, oldSize*2*sizeof(void *), AUTO_MEMORY_UNSCANNED, true, true);
1305 case AUTO_MEMORY_UNSCANNED:

Completed in 68 milliseconds