Searched refs:free (Results 1 - 25 of 3635) sorted by last modified time

1234567891011>>

/external/yaffs2/yaffs2/direct/
H A Dydirectenv.h10 * This program is free software; you can redistribute it and/or modify
48 #define YFREE(x) free(x)
50 #define YFREE_ALT(x) free(x)
/external/yaffs2/yaffs2/utils/
H A Dmkyaffs2image.c13 * This program is free software; you can redistribute it and/or modify
393 free(sepath);
396 free(sepath);
650 free(sepath);
654 free(sepath);
/external/yaffs2/yaffs2/
H A Dyportenv.h11 * This program is free software; you can redistribute it and/or modify
100 #define YFREE(x) free(x)
102 #define YFREE_ALT(x) free(x)
/external/zlib/src/contrib/delphi/
H A DZLib.pas29 avail_out: Integer; // remaining free space at next_out
36 zfree: TFree; // used to free the internal state
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm67 ; free register : r14,r15
543 ; Your can freely use gvmat64 in any free or commercial app
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm457 ; Your can freely use match686 in any free or commercial app if you don't remove the string in the binary!
/external/zlib/src/contrib/minizip/
H A Diowin32.c398 free(stream);
H A Dminiunz.c161 free(buffer);
177 free(buffer);
184 free(buffer);
470 free(buf);
H A Dminizip.c518 free(buf);
H A Dmztools.c136 free(data);
H A Dunzip.c115 # define TRYFREE(p) {if (p) free(p);}
H A Dzip.c65 # define TRYFREE(p) {if (p) free(p);}
1686 // Update how much extra free space we got in the memory buffer
1700 free(zi->ci.central_header);
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas34 avail_out: Integer; (* remaining free space at next_out *)
41 zfree: free_func; (* used to free the internal state *)
/external/zlib/src/contrib/puff/
H A Dpufftest.c77 free(buf);
125 free(source);
130 free(source);
153 free(source);
159 free(dest);
163 free(source);
/external/zlib/src/contrib/untgz/
H A Duntgz.c280 free(prev);
335 free(buffer);
343 free(buffer);
359 free(buffer);
366 free(buffer);
/external/zlib/src/examples/
H A Denough.c189 free(done[n].vec);
190 free(done);
193 free(num);
195 free(code);
H A Dfitblk.c172 free(blk);
223 free(tmp);
228 free(blk);
H A Dgun.c61 #include <stdlib.h> /* malloc(), free() */
693 if (outname != NULL) free(outname);
H A Dgzappend.c381 free(window);
382 free(gz.buf);
457 free(out);
458 free(in);
H A Dgzjoin.c57 #include <stdlib.h> /* exit(), malloc(), free() */
86 /* close a buffered file and free allocated memory */
93 free(in->buf);
94 free(in);
416 free(junk);
H A Dgzlog.c228 #include <stdlib.h> /* malloc, free */
589 free(dest);
791 free(data);
885 free(log);
894 free(log->path);
895 free(log);
981 free(data);
986 free(data);
1053 /* free structure and return */
1055 free(lo
[all...]
H A Dzran.c85 free(index->list);
86 free(index);
103 free(index);
/external/zlib/src/
H A Dgzguts.h114 extern void free OF((voidpf ptr));
H A Dgzlib.c140 free(state);
177 free(state);
184 free(state);
202 free(state);
247 free(state->path);
248 free(state);
299 free(path);
571 not try to free or allocate space if the error is Z_MEM_ERROR (out of
580 /* free previously allocated message and clear */
583 free(stat
[all...]
H A Dgzread.c98 free(state->out);
100 free(state->in);
113 free(state->out);
114 free(state->in);
582 /* free memory and close file */
585 free(state->out);
586 free(state->in);
590 free(state->path);
592 free(state);

Completed in 133 milliseconds

1234567891011>>