HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 401 - 425 of 5893) sorted by null

<<11121314151617181920>>

  /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/lsan/TestCases/
leak_check_before_thread_started.cc 12 free(arg);
  /external/compiler-rt/test/msan/
allocator_mapping.cc 35 free(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 18 #define DELETE_ARRAY(array) free((void *) (array))
  /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/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/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/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
  /external/selinux/libselinux/src/
setrans_client.c 168 free(data);
252 free(prev_t2r_trans);
253 free(prev_t2r_raw);
254 free(prev_r2t_trans);
255 free(prev_r2t_raw);
256 free(prev_r2c_trans);
257 free(prev_r2c_raw);
308 free(prev_t2r_trans);
310 free(prev_t2r_raw);
320 free(prev_t2r_trans)
    [all...]
  /external/toybox/toys/other/
rev.c 34 free(c);
  /external/valgrind/coregrind/
m_aspacehl.c 13 This program is free software; you can redistribute it and/or
15 published by the Free Software Foundation; either version 2 of the
24 along with this program; if not, write to the Free Software
54 VG_(free)(starts);
  /external/valgrind/drd/tests/
pth_barrier_race.c 44 free(barrier);
  /external/valgrind/memcheck/tests/
long_namespace_xml.cpp 30 // that occurs just before the free() call.
39 free(ptr);
  /external/valgrind/memcheck/tests/solaris/
scalar_frealpathat.stderr.exp 18 Address 0x........ is not stack'd, malloc'd or (recently) free'd
22 Address 0x........ is not stack'd, malloc'd or (recently) free'd
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetProgramInfoLog.cpp 17 free(buf);
glGetProgramPipelineInfoLog.cpp 17 free(buf);
glGetShaderInfoLog.cpp 17 free(buf);
  /ndk/tests/device/test-stlport_shared-exception/jni/
p9706.cpp 10 void operator delete(void *p) throw() { --count; free (p); }
  /ndk/tests/device/test-stlport_static-exception/jni/
p9706.cpp 10 void operator delete(void *p) throw() { --count; free (p); }
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
mm_malloc.h 1 /* Copyright (C) 2004 Free Software Foundation, Inc.
5 GCC is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 2, or (at your option)
17 the Free Software Foundation, 51 Franklin Street, Fifth Floor,
74 free (((void **) aligned_ptr) [-1]);
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
mm_malloc.h 1 /* Copyright (C) 2004 Free Software Foundation, Inc.
5 GCC is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 2, or (at your option)
17 the Free Software Foundation, 51 Franklin Street, Fifth Floor,
74 free (((void **) aligned_ptr) [-1]);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
mm_malloc.h 1 /* Copyright (C) 2004-2013 Free Software Foundation, Inc.
5 GCC is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 3, or (at your option)
17 3.1, as published by the Free Software Foundation.
71 free (((void **) aligned_ptr) [-1]);

Completed in 780 milliseconds

<<11121314151617181920>>