Searched refs:_free (Results 1 – 17 of 17) sorted by relevance
/external/oprofile/libpopt/ |
D | popt.c | 56 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 …]
|
D | poptint.h | 18 _free(/*@only@*/ /*@null@*/ const void * p) in _free() function 40 #define PBM_FREE(s) _free(s);
|
D | popthelp.c | 200 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/ |
D | pub_tool_oset.h | 103 OSetFree_t _free ); 190 OSetFree_t _free );
|
/external/valgrind/main/coregrind/ |
D | m_oset.c | 287 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/ |
D | evrpc.h | 248 (rpc)->request_free = (void (*)(void *))request##_free; \ 251 (rpc)->reply_free = (void (*)(void *))reply##_free; \
|
/external/elfutils/lib/ |
D | dynamicsizehash.h | 108 extern int name##_free (name *htab); \
|
D | dynamicsizehash.c | 223 name##_free
|
/external/openssl/crypto/asn1/ |
D | asn1t.h | 794 (ASN1_free_func *)sname##_free, \ 839 pre void fname##_free(stname *a) \ 849 void fname##_free(stname *a) \
|
D | asn1.h | 334 void name##_free(type *a);
|
/external/openssl/include/openssl/ |
D | asn1t.h | 794 (ASN1_free_func *)sname##_free, \ 839 pre void fname##_free(stname *a) \ 849 void fname##_free(stname *a) \
|
D | asn1.h | 334 void name##_free(type *a);
|
/external/zlib/contrib/delphi/ |
D | readme.txt | 29 and _malloc and _free are added as C RTL stubs. As a result,
|
D | ZLib.pas | 223 procedure _free(Block: Pointer); cdecl; procedure
|
/external/zlib/contrib/pascal/ |
D | zlibpas.pas | 261 procedure _free(Block: Pointer); cdecl; procedure
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 3270 \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/ |
D | ChangeLog-2002-12-03 | 16466 (QFont::QFont), (QFont::_free), (QFont::getFont), (QFont::pixelSize),
|