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

/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 115 milliseconds