Home
last modified time | relevance | path

Searched refs:chunk_p (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/tests/
H A Darm_mte_compress.c576 uint8_t *chunk_p = t->tagged_ptrs[offset / VM_MEMTAG_BYTES_PER_TAG]; in tag_pattern_get_ptr() local
577 if (chunk_p == NULL) { in tag_pattern_get_ptr()
580 return chunk_p + (offset % VM_MEMTAG_BYTES_PER_TAG); in tag_pattern_get_ptr()