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

  /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/valgrind/main/include/
pub_tool_oset.h 103 OSetFree_t _free );
190 OSetFree_t _free );
  /external/elfutils/lib/
dynamicsizehash.h 72 extern int name##_free (name *htab); \
dynamicsizehash.c 185 #define FREE(name) _FREE (name)
186 #define _FREE(name) \
187 name##_free
  /external/chromium/third_party/libevent/
evrpc.h 248 (rpc)->request_free = (void (*)(void *))request##_free; \
251 (rpc)->reply_free = (void (*)(void *))reply##_free; \
  /external/valgrind/main/coregrind/
m_oset.c 287 OSetFree_t _free)
296 vg_assert(_free);
304 t->free = _free;
313 OSetFree_t _free)
315 return VG_(OSetGen_Create)(/*keyOff*/0, /*cmp*/NULL, _alloc, _cc, _free);
  /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...]
  /external/openssl/include/openssl/
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/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
vec.h 725 vec_##A##_free (*vec_); \
    [all...]
  /external/zlib/contrib/pascal/
zlibpas.pas 221 procedure _free(Block: Pointer); cdecl; procedure
  /external/zlib/contrib/delphi/
ZLib.pas 223 procedure _free(Block: Pointer); cdecl; procedure
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 666 milliseconds