/external/libopus/celt/tests/ |
test_unit_mdct.c | 165 free(in); 166 free(out);
|
/external/libselinux/src/ |
mapping.c | 37 free(current_mapping); 88 free(current_mapping);
|
/external/libvncserver/libvncserver/ |
tableinittctemplate.c | 21 * This is free software; you can redistribute it and/or modify 23 * the Free Software Foundation; either version 2 of the License, or 32 * along with this software; if not, write to the Free Software 68 if (*table) free(*table); 106 if (*table) free(*table);
|
/external/libvpx/libvpx/vp8/encoder/ |
lookahead.c | 55 free(ctx->buf); 57 free(ctx);
|
/external/libvpx/libvpx/ |
vpxstats.c | 88 free(stats->buf.buf); 96 free(stats->buf.buf);
|
/external/llvm/include/llvm/ADT/ |
SparseSet.h | 147 ~SparseSet() { free(Sparse); } 162 free(Sparse);
|
/external/ltrace/ |
param.c | 5 * This program is free software; you can redistribute it and/or 7 * published by the Free Software Foundation; either version 2 of the 16 * along with this program; if not, write to the Free Software 124 free(param->u.type.type); 133 free(param->u.pack.args);
|
/external/lz4/programs/ |
lz4io.c | 6 This program is free software; you can redistribute it and/or modify 8 the Free Software Foundation; either version 2 of the License, or 17 with this program; if not, write to the Free Software Foundation, Inc., 56 #include <stdlib.h> /* malloc, free */ 353 /* Close & Free */ 354 free(in_buff); 355 free(out_buff); 443 /* Close & Free */ 444 free(in_buff); 445 free(out_buff) [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_slab.c | 4 * Permission is hereby granted, free of charge, to any person obtaining a 33 /* The block is either allocated memory or free space. */ 36 /* The first next free block. */ 63 /* Mark all blocks as free. */ 130 pool->free = util_slab_free_mt; 133 pool->free = util_slab_free_st; 166 FREE(page);
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_code.c | 6 * Permission is hereby granted, free of charge, to any person obtaining 55 free(c->Constants); 73 free(c->Constants);
|
/external/mesa3d/src/gbm/backends/dri/ |
gbm_dri.c | 4 * Permission is hereby granted, free of charge, to any person obtaining a 330 free(bo); 432 free(bo); 507 free(bo); 601 free(surf); 610 free(dri->driver_configs); 612 free(dri->base.driver_name); 614 free(dri); 645 free(dri);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_vtbl.c | 6 Permission is hereby granted, free of charge, to any person obtaining 81 free(brw->curbe.last_buf); 82 free(brw->curbe.next_buf);
|
/external/mesa3d/src/mesa/vbo/ |
vbo_rebase.c | 8 * Permission is hereby granted, free of charge, to any person obtaining a 246 free(tmp_indices); 249 free(tmp_prims);
|
/external/opencv3/modules/videoio/src/ |
cap_images.cpp | 102 free(filename); 337 free( filename );
|
/external/pdfium/third_party/freetype/src/base/ |
ftdbgmem.c | 136 FT_Free_Func free; member in struct:FT_MemTableRec_ 249 table->free( memory, block ); 326 table->free = memory->free; 336 memory->free( memory, table ); 669 "trying to free unknown block at %p in (%s:%ld)\n", 720 ft_mem_debug_panic( "trying to free NULL in (%s:%ld)", 839 memory->free = ft_mem_debug_free; 892 memory->free = table->free; [all...] |
/external/selinux/libselinux/src/ |
mapping.c | 37 free(current_mapping); 88 free(current_mapping);
|
/external/skia/platform_tools/android/third_party/cpufeatures/ |
cpu-features.c | 564 free(cpuArch); 599 free(cpuFeatures); 691 free(cpuinfo); 749 free(cpuProc); 762 free(cpuArch); 912 free(value); 950 free(hardware); 1018 free(cpuinfo); [all...] |
/external/squashfs-tools/squashfs-tools/ |
action.h | 10 * This program is free software; you can redistribute it and/or 12 * as published by the Free Software Foundation; either version 2, 21 * along with this program; if not, write to the Free Software 77 free(src); \ 87 free(src); \
|
/external/strace/ |
xattr.c | 69 free(buf); 81 free(buf);
|
/external/tlsdate/src/ |
test-bio.c | 85 free (ctx->in); 86 free (ctx->out);
|
/external/toybox/lib/ |
getmountlist.c | 41 free (atold); 116 free(s);
|
/external/toybox/toys/other/ |
login.c | 131 free(ss); 156 free(ss);
|
losetup.c | 119 free(s); 145 free(s);
|
/external/toybox/toys/pending/ |
netstat.c | 231 free(sname); 339 char *ss_state[] = { "FREE", "LISTENING", "CONNECTING", "CONNECTED", 429 free(link); 444 free(line); 448 free(fd_dir); 469 free(pid_list); 574 if (destip) free(destip); 575 if (gateip) free(gateip); 576 if (maskip) free(maskip);
|
/external/valgrind/helgrind/tests/ |
shmem_abits.c | 81 free (p); 114 /* Shake and check when doing random free */ 115 fprintf(stderr, "random heap free and checks\n"); 121 free(ptr[x][y]);
|