HomeSort by relevance Sort by last modified time
    Searched refs:ptr_to_free (Results 1 - 2 of 2) sorted by null

  /bionic/linker/tests/
linker_allocator_test.cpp 96 test_struct_larger* ptr_to_free = allocator.alloc(); local
97 ASSERT_TRUE(ptr_to_free != nullptr);
  /bionic/libc/bionic/
malloc_debug_qemu.cpp 452 static inline int notify_qemu_free(void* ptr_to_free) {
455 free_desc.ptr = ptr_to_free;
    [all...]

Completed in 211 milliseconds