Searched defs:free (Results 1 - 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/gabi++/tests/
H A Dlibtest_malloc_lockup.cpp35 // Override malloc() and free() to ensure they are never called!
38 // any malloc() and free() calls it contains will be compiled as direct calls to
46 extern "C" void free(void*) { function
47 write(2, PAYLOAD("ERROR: free called!"));
/ndk/tests/device/test-stlport_shared-exception/jni/
H A Dbadalloc1.cpp59 extern "C" void free (void *) function
81 free (p);
/ndk/tests/device/test-stlport_static-exception/jni/
H A Dbadalloc1.cpp59 extern "C" void free (void *) function
81 free (p);
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dalloca.c37 # undef free macro
38 # define free EMACS_FREE macro
179 free (hp); /* Collect garbage. */
/ndk/sources/host-tools/sed-4.2.1/sed/
H A Dexecute.c5 This program is free software; you can redistribute it and/or modify
112 bool free;
600 n->free = false;
617 if (p->free)
777 free (tmpdir);
827 free (backup_file_name);
831 free (input->out_file_name);
1623 aq->free = true;
1872 /* We're about to exit, so these free()s are redundant.
111 bool free; member in struct:append_queue

Completed in 130 milliseconds