Searched refs:free_ptr (Results 1 – 4 of 4) sorted by relevance
20 %free_ptr = bitcast void (i32)* @free to i32*35 %local_free = load i32, i32* %free_ptr, align 1
1293 unsigned long free_ptr; in free_one_malloc() local1302 free_ptr = (unsigned long)mallocs[index].ptr; in free_one_malloc()1304 dprintf4("lowerbits: %lx / %lx mask: %lx\n", free_ptr, in free_one_malloc()1305 (free_ptr & mask), mask); in free_one_malloc()1306 assert((free_ptr & mask) == 0); in free_one_malloc()
1181 void *free_ptr; /* Address to free this struct via */ member1202 ctx = (struct umac_ctx *)ctx->free_ptr; in umac_delete()1226 ctx->free_ptr = octx; in umac_new()
3381 void *free_ptr; member3415 hook->free_ptr = ptr; in hook_free()3495 if (hook.free_ptr != ptr2) { in test_setallocators()3521 hook.free_ptr = NULL; in test_setallocators()3530 if (hook.free_ptr != ptr) { in test_setallocators()