Searched refs:_free (Results 1 - 15 of 15) sorted by relevance

/external/oprofile/libpopt/
H A Dpoptint.h18 _free(/*@only@*/ /*@null@*/ const void * p) function
40 #define PBM_FREE(s) _free(s);
H A Dpopt.c56 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(ite
[all...]
H A Dpopthelp.c200 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/
H A Dpub_tool_oset.h103 OSetFree_t _free );
190 OSetFree_t _free );
/external/elfutils/lib/
H A Ddynamicsizehash.h108 extern int name##_free (name *htab); \
H A Ddynamicsizehash.c223 name##_free
/external/chromium/third_party/libevent/
H A Devrpc.h248 (rpc)->request_free = (void (*)(void *))request##_free; \
251 (rpc)->reply_free = (void (*)(void *))reply##_free; \
/external/valgrind/main/coregrind/
H A Dm_oset.c287 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);
285 OSetGen_Create(PtrdiffT _keyOff, OSetCmp_t _cmp, OSetAlloc_t _alloc, HChar* _cc, OSetFree_t _free) argument
312 OSetWord_Create(OSetAlloc_t _alloc, HChar* _cc, OSetFree_t _free) argument
/external/openssl/crypto/asn1/
H A Dasn1t.h794 (ASN1_free_func *)sname##_free, \
839 pre void fname##_free(stname *a) \
849 void fname##_free(stname *a) \
H A Dasn1.h334 void name##_free(type *a);
/external/openssl/include/openssl/
H A Dasn1t.h794 (ASN1_free_func *)sname##_free, \
839 pre void fname##_free(stname *a) \
849 void fname##_free(stname *a) \
H A Dasn1.h334 void name##_free(type *a);
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas261 procedure _free(Block: Pointer); cdecl; procedure
/external/zlib/src/contrib/delphi/
H A DZLib.pas223 procedure _free(Block: Pointer); cdecl; procedure
/external/dropbear/libtomcrypt/
H A Dcrypt.tex3270 \index{rsa\_free()}
3272 \textit{rsa\_free()} (see below) when you are finished with the key. If \textit{rsa\_make\_key()} fails it will automatically
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()}

Completed in 446 milliseconds