Searched refs:ptr_arg (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/libmalloc-53.1.1/src/
H A Dstack_logging.h64 extern void __disk_stack_logging_log_stack(uint32_t type_flags, uintptr_t zone_ptr, uintptr_t size, uintptr_t ptr_arg, uintptr_t return_val, uint32_t num_hot_to_skip);
H A Dstack_logging_disk.c903 uintptr_t ptr_arg; local
908 ptr_arg = arg2; // the original pointer
909 if (ptr_arg == return_val) return; // realloc had no effect, skipping
911 if (ptr_arg == 0) { // realloc(NULL, size) same as malloc(size)
915 __disk_stack_logging_log_stack(stack_logging_type_dealloc, zone_ptr, ptr_arg, (uintptr_t)0, (uintptr_t)0, num_hot_to_skip + 1);
927 ptr_arg = arg2;
929 if (ptr_arg == 0) return; // free(nil)
979 if (last_logged_malloc_address && (type_flags & stack_logging_type_dealloc) && STACK_LOGGING_DISGUISE(ptr_arg) == last_logged_malloc_address) {
1026 current_index.address = STACK_LOGGING_DISGUISE(ptr_arg);
/macosx-10.10.1/groff-38/groff/src/libs/snprintf/
H A Dsnprintf.c801 void *ptr_arg = NULL;
829 ptr_arg = va_arg(ap, void *);
830 if (ptr_arg != NULL) arg_sign = 1;
937 if (fmt_spec == 'p') sprintf_l=sprintf(tmp+str_arg_l, f, ptr_arg);
800 void *ptr_arg = NULL; local
/macosx-10.10.1/libauto-186/
H A Dauto_impl_utilities.h102 typedef void (malloc_logger_t)(uint32_t type_flags, uintptr_t zone_ptr, uintptr_t size, uintptr_t ptr_arg, uintptr_t return_val, uint32_t num_hot_to_skip);
/macosx-10.10.1/vim-55/src/
H A Dmessage.c4348 void *ptr_arg = NULL; local
4353 ptr_arg =
4362 if (ptr_arg != NULL)
4500 str_arg_l += sprintf(tmp + str_arg_l, f, ptr_arg);

Completed in 149 milliseconds