HomeSort by relevance Sort by last modified time
    Searched full:_free (Results 1 - 25 of 30) sorted by null

1 2

  /external/oprofile/libpopt/
poptint.h 18 _free(/*@only@*/ /*@null@*/ const void * p) function
40 #define PBM_FREE(s) _free(s);
popt.c 56 con->execPath = _free(con->execPath);
222 os->nextArg = _free(os->nextArg);
223 os->argv = _free(os->argv);
250 con->finalArgv[i] = _free(con->finalArgv[i]);
860 con->os->nextArg = _free(con->os->nextArg);
1069 con->os->argb = _free(con->os->argb);
1075 item->option.longName = _free(item->option.longName);
1076 item->option.descrip = _free(item->option.descrip);
1077 item->option.argDescrip = _free(item->option.argDescrip);
1079 item->argv = _free(item->argv)
    [all...]
popthelp.c 200 l = _free(l);
277 defs = _free(defs);
365 left = _free(left);
399 defs = _free(defs);
401 left = _free(left);
817 con->otherHelp = _free(con->otherHelp);
  /external/elfutils/lib/
dynamicsizehash.c 185 #define FREE(name) _FREE (name)
186 #define _FREE(name) \
187 name##_free
dynamicsizehash.h 72 extern int name##_free (name *htab); \
  /external/zlib/contrib/delphi/
readme.txt 29 and _malloc and _free are added as C RTL stubs. As a result,
ZLib.pas 223 procedure _free(Block: Pointer); cdecl; procedure
  /external/openssl/crypto/krb5/
krb5_asn.h 225 ** void name##_free(type *a);
  /external/openssl/include/openssl/
krb5_asn.h 225 ** void name##_free(type *a);
asn1t.h 794 (ASN1_free_func *)sname##_free, \
839 pre void fname##_free(stname *a) \
849 void fname##_free(stname *a) \
asn1.h 335 void name##_free(type *a);
    [all...]
  /external/chromium/third_party/libevent/
evrpc.h 248 (rpc)->request_free = (void (*)(void *))request##_free; \
251 (rpc)->reply_free = (void (*)(void *))reply##_free; \
  /external/zlib/contrib/pascal/
zlibpas.pas 221 procedure _free(Block: Pointer); cdecl; procedure
  /prebuilt/darwin-x86/sdl/lib/
libSDLmain.a 269 !A!?!????Y?;??q???*?$5x??___CFConstantStringClassReference___i686.get_pc_thunk.bx_main.objc_class_name_NSProcessInfo.objc_class_name_NSMenu.objc_class_name_NSMenuItem.objc_class_name_NSAutoreleasePool.objc_class_name_SDLApplication.objc_class_name_SDLMain.objc_class_name_NSString.objc_class_name_NSObject.objc_class_name_NSApplication.objc_category_name_NSString_ReplaceSubString_NSApp_malloc_realloc_NSAllocateMemoryPages_CPSSetFrontProcess_strlcpy_CFBundleGetInfoDictionary_SDL_main_chdir_CFBundleCopyBundleURL_objc_msgSend_CPSGetCurrentProcess_exit___eprintf_free_CPSEnableForegroundOperation_CFURLCreateCopyDeletingLastPathComponent_CFURLGetFileSystemRepresentation_SDL_PushEvent_CFBundleGetMainBundle_NSDeallocateMemoryPages_CFRelease_gCalledAppMainline_getApplicationName-[SDLApplication terminate:]-[SDLMain setupWorkingDirectory:]_setApplicationMenu_setupWindowMenu_CustomApplicationMain-[SDLMain application:openFile:]_gFinderLaunch_gArgc_gArgv-[SDLMain applicationDidFinishLaunching:]-[NSString(ReplaceSubString) stringByReplacingRange:with:]
libSDL.a     [all...]
  /external/openssl/crypto/asn1/
asn1t.h 794 (ASN1_free_func *)sname##_free, \
839 pre void fname##_free(stname *a) \
849 void fname##_free(stname *a) \
asn1.h 335 void name##_free(type *a);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
vec.h 725 vec_##A##_free (*vec_); \
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
vec.h 725 vec_##A##_free (*vec_); \
    [all...]
  /prebuilt/windows/sdl/lib/
libSDL.a     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/
libiberty.a     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/
libiberty.a     [all...]
libarm-elf-linux-sim.a     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/
libiberty.a     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/
libiberty.a     [all...]

Completed in 433 milliseconds

1 2