Searched refs:auto_zone_size (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/libauto-186/auto_tester/
H A Dbadpointers.m56 //printf("auto_zone_size\n");
57 auto_zone_size(the_zone, badPointer);
/macosx-10.10.1/libauto-186/tests/
H A Dbadpointers.m62 //printf("auto_zone_size\n");
63 auto_zone_size(the_zone, badPointer);
/macosx-10.10.1/libauto-186/
H A Dauto_zone.cpp445 size_t auto_zone_size(auto_zone_t *zone, const void *ptr) { function
757 azone->basic_zone.size = auto_zone_size;
809 malloc_logger(MALLOC_LOG_TYPE_ALLOCATE | MALLOC_LOG_TYPE_HAS_ZONE, uintptr_t(zone), auto_zone_size(zone, ptr), 0, uintptr_t(ptr), 0);
1042 size_t block_size = auto_zone_size(zone, base);
1706 unsigned int size = auto_zone_size(zone, address);
1743 size_t block_size = auto_zone_size((auto_zone_t *)azone,base_pointer);
H A Dauto_zone.h79 AUTO_EXPORT size_t auto_zone_size(auto_zone_t *zone, const void *ptr)
H A DZone.cpp1438 cursor->byte_count += auto_zone_size((auto_zone_t *)azone, ptr);
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-auto.mm1279 auto_zone_size(zone, (void *)base);

Completed in 82 milliseconds