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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_table.c590 void *dup_key; local
593 dup_key = NULL;
606 dup_key = element->key.ptr;
617 dup_key = NULL;
644 if ( dup_key == NULL ) {
645 dup_key = blocks_alloc(ltable->key_blocks, key_len);
647 (void)memcpy(dup_key, key_ptr, key_len);
651 element->key.ptr = dup_key;

Completed in 36 milliseconds