Home
last modified time | relevance | path

Searched refs:_free (Results 1 – 17 of 17) sorted by relevance

/external/oprofile/libpopt/
Dpopt.c56 con->execPath = _free(con->execPath); in poptSetExecPath()
222 os->nextArg = _free(os->nextArg); in cleanOSE()
223 os->argv = _free(os->argv); in cleanOSE()
250 con->finalArgv[i] = _free(con->finalArgv[i]); in poptResetContext()
860 con->os->nextArg = _free(con->os->nextArg); in poptGetNextOpt()
1069 con->os->argb = _free(con->os->argb); in poptFreeContext()
1075 item->option.longName = _free(item->option.longName); in poptFreeContext()
1076 item->option.descrip = _free(item->option.descrip); in poptFreeContext()
1077 item->option.argDescrip = _free(item->option.argDescrip); in poptFreeContext()
1079 item->argv = _free(item->argv); in poptFreeContext()
[all …]
Dpoptint.h18 _free(/*@only@*/ /*@null@*/ const void * p) in _free() function
40 #define PBM_FREE(s) _free(s);
Dpopthelp.c200 l = _free(l); in singleOptionDefaultValue()
277 defs = _free(defs); in singleOptionHelp()
365 left = _free(left); in singleOptionHelp()
399 defs = _free(defs); in singleOptionHelp()
401 left = _free(left); in singleOptionHelp()
817 con->otherHelp = _free(con->otherHelp); in poptSetOtherOptionHelp()
/external/valgrind/main/include/
Dpub_tool_oset.h103 OSetFree_t _free );
190 OSetFree_t _free );
/external/valgrind/main/coregrind/
Dm_oset.c287 OSetFree_t _free) in VG_()
296 vg_assert(_free); in VG_()
304 t->free = _free; in VG_()
313 OSetFree_t _free) in VG_()
315 return VG_(OSetGen_Create)(/*keyOff*/0, /*cmp*/NULL, _alloc, _cc, _free); in VG_()
/external/chromium/third_party/libevent/
Devrpc.h248 (rpc)->request_free = (void (*)(void *))request##_free; \
251 (rpc)->reply_free = (void (*)(void *))reply##_free; \
/external/elfutils/lib/
Ddynamicsizehash.h108 extern int name##_free (name *htab); \
Ddynamicsizehash.c223 name##_free
/external/openssl/crypto/asn1/
Dasn1t.h794 (ASN1_free_func *)sname##_free, \
839 pre void fname##_free(stname *a) \
849 void fname##_free(stname *a) \
Dasn1.h334 void name##_free(type *a);
/external/openssl/include/openssl/
Dasn1t.h794 (ASN1_free_func *)sname##_free, \
839 pre void fname##_free(stname *a) \
849 void fname##_free(stname *a) \
Dasn1.h334 void name##_free(type *a);
/external/zlib/contrib/delphi/
Dreadme.txt29 and _malloc and _free are added as C RTL stubs. As a result,
DZLib.pas223 procedure _free(Block: Pointer); cdecl; procedure
/external/zlib/contrib/pascal/
Dzlibpas.pas261 procedure _free(Block: Pointer); cdecl; procedure
/external/dropbear/libtomcrypt/
Dcrypt.tex3270 \index{rsa\_free()}
3272 \textit{rsa\_free()} (see below) when you are finished with the key. If \textit{rsa\_make\_key()} …
3759 \index{ecc\_free()}
4024 \index{dsa\_free()}
4168 will automatically free all of the heap allocated in the process (you don't have to call dsa\_free(…
4756 \index{der\_sequence\_free()}
/external/webkit/Source/WebCore/
DChangeLog-2002-12-0316466 (QFont::QFont), (QFont::_free), (QFont::getFont), (QFont::pixelSize),