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

/macosx-10.10/libmalloc-53.1.1/src/
H A Dstack_logging.c121 stack_logging_record_list_t *stack_logging_the_record_list = NULL; variable
142 if (!stack_logging_the_record_list) {
144 stack_logging_the_record_list = allocate_pages(totalSize);
145 memset(stack_logging_the_record_list, 0, sizeof(stack_logging_record_list_t));
146 stack_logging_the_record_list->overall_num_bytes = totalSize;
147 stack_logging_the_record_list->uniquing_table_num_pages = 128;
148 stack_logging_the_record_list->uniquing_table = allocate_pages(stack_logging_the_record_list->uniquing_table_num_pages * vm_page_size);
178 stack_logging_the_record_list = GrowLogRecords(stack_logging_the_record_list, stack_logging_the_record_lis
[all...]
H A Dstack_logging.h115 extern stack_logging_record_list_t *stack_logging_the_record_list;
119 /* Gets the last record in stack_logging_the_record_list about address */

Completed in 164 milliseconds