Searched refs:the_zone (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/libauto-185.5/tests/
H A Dbadpointers.m34 void testComplicated(auto_zone_t *the_zone, void *badPointer) {
47 void testBadPointer(auto_zone_t *the_zone, void *badPointer) {
49 auto_zone_retain(the_zone, badPointer);
51 auto_zone_release(the_zone, badPointer);
53 auto_zone_retain_count(the_zone, badPointer);
55 auto_zone_is_finalized(the_zone, badPointer);
57 auto_zone_set_unscanned(the_zone, badPointer);
59 auto_zone_create_copy(the_zone, badPointer);
61 auto_zone_is_valid_pointer(the_zone, badPointer);
63 auto_zone_size(the_zone, badPointe
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dzalloc.c4197 zone_t the_zone; local
4200 the_zone = first_zone;
4202 if(the_zone->cur_size > (1024*1024)) {
4203 printf("%.20s:\t%lu\n",the_zone->zone_name,(uintptr_t)the_zone->cur_size);
4206 if(the_zone->next_zone == NULL) {
4210 the_zone = the_zone->next_zone;
4228 zone_t the_zone; local
4232 the_zone
[all...]

Completed in 155 milliseconds