Searched refs:custom_free (Results 1 – 5 of 5) sorted by relevance
45 static void custom_free(void* p) in custom_free() function75 custom_free(array); // ok in main()77 custom_free(NULL); // invalid free (ok without MALLOCLIKE) in main()80 custom_free(array3); // mismatched free (ok without MALLOCLIKE) in main()
51 static void custom_free(void* p) in custom_free() function98 custom_free(array); // ok in main()100 custom_free((void*)0x1); // invalid free in main()103 custom_free(array3); // mismatched free (ok without MALLOCLIKE) in main()
29 at 0x........: custom_free (custom_alloc.c:54)34 at 0x........: custom_free (custom_alloc.c:54)43 at 0x........: custom_free (custom_alloc.c:54)
45 static void custom_free(void* p) in custom_free() function61 custom_free(a); in main()64 custom_free(a); in main()
503 void die_block ( void* p, Bool custom_free ) in die_block() argument505 tl_assert(!custom_free); // at least for now in die_block()