Searched refs:mem_ptr (Results 1 – 2 of 2) sorted by relevance
51 void *mem_ptr; member110 alloc_size && context->blocks[m].mem_ptr != NULL) { in acl_build_alloc()111 p = context->blocks[m].mem_ptr; in acl_build_alloc()112 context->blocks[m].mem_ptr = *((void **)p); in acl_build_alloc()135 *((void **)p) = context->blocks[n].mem_ptr; in acl_build_free()136 context->blocks[n].mem_ptr = p; in acl_build_free()144 context->blocks[n].mem_ptr = p; in acl_build_free()
288 uint64_t mem_ptr; member