Searched refs:mtpp (Results 1 – 1 of 1) sorted by relevance
581 struct malloc_type **mtpp = addr; in free() local593 mtpp = (struct malloc_type **) in free()594 ((unsigned long)mtpp & ~UMA_ALIGN_PTR); in free()595 mtpp += (size - sizeof(struct malloc_type *)) / in free()597 *mtpp = mtp; in free()