HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 501 - 525 of 7852) sorted by null

<<21222324252627282930>>

  /external/bison/src/
derives.c 3 Copyright (C) 1984, 1989, 2000-2003, 2005, 2009-2012 Free Software
8 This program is free software: you can redistribute it and/or modify
10 the Free Software Foundation, either version 3 of the License, or
109 free (dset);
110 free (delts);
117 free (derives[0]);
118 free (derives);
named-ref.c 3 Copyright (C) 2009-2012 Free Software Foundation, Inc.
7 This program is free software: you can redistribute it and/or modify
9 the Free Software Foundation, either version 3 of the License, or
45 free (r);
  /external/boringssl/src/crypto/fipsmodule/digest/
internal.h 8 * This library is free for commercial and non-commercial use as long as
98 /* free is called when an |EVP_MD_CTX| is being freed and the |pctx| also
100 void (*free) (EVP_PKEY_CTX *pctx); member in struct:evp_md_pctx_ops
  /external/compiler-rt/test/asan/TestCases/Darwin/
linked-only.cc 23 free(p);
  /external/compiler-rt/test/asan/TestCases/Posix/
closed-fds.cc 26 free(x);
28 // CHECK-FILE: {{.*ERROR: AddressSanitizer: heap-use-after-free on address}}
  /external/compiler-rt/test/esan/TestCases/
workingset-simple.cpp 26 free(bufA);
  /external/compiler-rt/test/msan/
allocator_mapping.cc 35 free(p);
  /external/compiler-rt/test/scudo/
mismatch.cpp 30 free((void *)p);
  /external/compiler-rt/test/tsan/
ignore_lib_lib.h 23 free(mem);
  /external/curl/tests/libtest/
lib570.c 62 free(stream_uri);
82 free(stream_uri);
96 free(stream_uri);
105 free(stream_uri);
  /external/icu/icu4c/source/samples/layout/
arraymem.h 21 #define DELETE_ARRAY(array) free((void *) (array))
  /external/kmod/testsuite/
test-strbuf.c 4 * This program is free software; you can redistribute it and/or
6 * License as published by the Free Software Foundation; either
52 free(result1);
53 free(result2);
89 free(str);
90 free(result2);
  /external/libcap-ng/libcap-ng-0.7/utils/
proc-llist.c 7 * terms of the GNU General Public License as published by the Free
18 * Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
76 free(cur->cmd);
77 free(cur->capabilities);
78 free(cur->bounds);
79 free(cur);
  /external/libcups/cups/
testconflicts.c 87 free(option);
93 free(choice);
122 free(option);
124 free(choice);
  /external/libdrm/intel/
mm.h 5 * Permission is hereby granted, free of charge, to any person obtaining a
43 unsigned int free:1; member in struct:mem_block
55 * restrict the search to free memory after 'startSearch'
68 * Free block starts at offset
  /external/libpng/contrib/libtests/
readpng.c 47 if (row != NULL) free(row);
48 if (display != NULL) free(display);
105 free(row);
106 free(display);
  /external/ltp/lib/
tst_module.c 4 * This program is free software; you can redistribute it and/or
6 * published by the Free Software Foundation; either version 2 of
15 * along with this program; if not, write the Free Software Foundation,
56 free(buf);
68 free(buf);
77 free(buf);
101 free(mod_path);
  /external/ltp/pan/
splitstr.c 4 * This program is free software; you can redistribute it and/or modify it
6 * published by the Free Software Foundation.
13 * free of the rightful claim of any third person regarding infringement
20 * with this program; if not, write the Free Software Foundation, Inc.,
96 free(arg_string);
119 free(arg_string);
148 * This takes the return value from splitster() and free()s memory
156 free((char *)*p_return);
158 free((char **)p_return);
  /external/ltp/testcases/kernel/syscalls/mmap/
mmap04.c 4 * This program is free software; you can redistribute it and/or modify
6 * the Free Software Foundation; either version 2 of the License, or
15 * along with this program; if not, write to the Free Software
145 free(tst_buff);
151 free(tst_buff);
155 /* Free the memory allocated for test buffer */
156 free(tst_buff);
183 free(dummy);
  /external/ltp/testcases/kernel/syscalls/sched_setaffinity/
sched_setaffinity.h 4 * This program is free software; you can redistribute it and/or
6 * published by the Free Software Foundation; either version 2 of
44 #define CPU_FREE(ptr) free(ptr)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/
12-1.c 95 free(aiocbs[i]);
96 free(bufs);
101 /* Check return code and free things */
112 free(aiocbs[i]);
115 free(bufs);
  /external/mesa3d/src/gallium/auxiliary/postprocess/
filters.h 6 * Permission is hereby granted, free of charge, to any person obtaining a
49 pp_free_func free; /* Free function */ member in struct:pp_filter_t
55 /* name inner shaders verts init run free */
  /external/mesa3d/src/gallium/auxiliary/util/
u_mm.h 5 * Permission is hereby granted, free of charge, to any person obtaining a
42 unsigned int free:1; member in struct:mem_block
56 * restrict the search to free memory after 'startSearch'
68 * Free block starts at offset
75 * Free block starts at offset
  /external/mesa3d/src/gallium/drivers/swr/
swr_fence_work.h 4 * Permission is hereby granted, free of charge, to any person obtaining a
34 } free; member in struct:swr_fence_work
  /external/mesa3d/src/mesa/main/
mm.h 5 * Permission is hereby granted, free of charge, to any person obtaining a
41 unsigned free:1; member in struct:mem_block
55 * restrict the search to free memory after 'startSearch'
67 * Free block starts at offset
74 * Free block starts at offset

Completed in 1166 milliseconds

<<21222324252627282930>>