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

/macosx-10.10.1/libmalloc-53.1.1/src/
H A Dstack_logging_disk.c1509 size_t prefix_and_pid_length = strlen(prefix_and_pid); local
1512 if ( strncmp( entry->d_name, prefix_and_pid, prefix_and_pid_length) == 0 ) {
1518 streams->remote_stack_buffer_shared_memory_address = strtoll(entry->d_name + prefix_and_pid_length, NULL, 16);

Completed in 184 milliseconds