代码搜索:FREE 有哪些应用?
找到约 10,000 项符合「FREE 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/119817/14820576
c free.c
#include "mail.h"
/* Free up a mail structure, and all the malloc'ed buffers it
* may point to. Also close the file descriptors if still open. */
int
_mail_free(MAIL *mail)
{
if (mail->idxfd >= 0
www.eeworm.com/read/117939/14894951
gif free.gif
www.eeworm.com/read/116887/14950988
c free.c
www.eeworm.com/read/116651/14960458
gif free.gif
www.eeworm.com/read/216898/14988111
cpp free.cpp
#include "testsuite.h"
#include
BZ_USING_NAMESPACE(blitz)
int main()
{
Array A(16384);
Array B(A);
A.free();
BZTEST(A.data() == 0);
BZTEST(A.extent
www.eeworm.com/read/215124/15073514
c free.c
#include
#include
void main(void)
{
int *int_values;
int i;
if ((int_values = malloc(100 * sizeof(int))) == NULL)
printf("Error allocating the array\n
www.eeworm.com/read/207607/15267107
gif free.gif
www.eeworm.com/read/206867/15286650
c free.c
#include
#include
void main(void)
{
int *int_values;
int i;
if ((int_values = malloc(100 * sizeof(int))) == NULL)
printf("Error allocating the array\n