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

<<11121314151617181920>>

  /external/valgrind/memcheck/tests/solaris/
scalar_uuidsys.stderr.exp 9 Address 0x........ is not stack'd, malloc'd or (recently) free'd
  /external/valgrind/memcheck/tests/
test-plo.c 67 free(buf);
74 free(words);
  /external/valgrind/perf/
heap.c 30 free(arr[j]);
48 free(arr[i]);
many-xpts.c 47 free(a1(234));
48 free(a2(111));
  /external/vboot_reference/utility/
pad_digest_utility.c 52 free(padded_digest);
53 free(digest);
signature_digest_utility.c 52 free(signature_digest);
53 free(buf);
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
MediaStreamTrack.java 68 free(nativeTrack);
85 private static native void free(long nativeTrack); method in class:MediaStreamTrack
RtpSender.java 74 free(nativeRtpSender);
86 private static native void free(long nativeRtpSender); method in class:RtpSender
  /frameworks/av/media/mtp/
MtpStorageInfo.cpp 43 free(mStorageDescription);
45 free(mVolumeIdentifier);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
vpx_once.h 46 free(new_lock);
64 /* Last one out should free resources. The destructed objects are
70 free(lock);
  /ndk/sources/host-tools/make-3.81/w32/subproc/
misc.c 3 2006 Free Software Foundation, Inc.
6 GNU Make is free software; you can redistribute it and/or modify it under the
7 terms of the GNU General Public License as published by the Free Software
15 GNU Make; see the file COPYING. If not, write to the Free Software
69 free(tmp);
80 free(tmp);
  /ndk/tests/device/test-stlport_shared-exception/jni/
delete2.cpp 9 extern "C" void free (void *);
37 free (p);
  /ndk/tests/device/test-stlport_static-exception/jni/
delete2.cpp 9 extern "C" void free (void *);
37 free (p);
  /packages/apps/Gallery2/jni/filters/
shadows.c 54 free(poly);
55 free(hsv);
  /prebuilts/go/darwin-x86/misc/swig/stdio/
file.swig 19 free($1);
  /prebuilts/go/linux-x86/misc/swig/stdio/
file.swig 19 free($1);
  /system/bt/osi/test/
allocation_tracker_test.cpp 41 free(dummy_allocation);
59 free(dummy_allocation);
  /system/netd/server/
ndc.c 88 free(final_cmd);
99 free(final_cmd);
102 free(final_cmd);
109 free(final_cmd);
112 free(final_cmd);
137 free(buffer);
151 free(buffer);
179 free(buffer);
  /toolchain/binutils/binutils-2.25/opcodes/
arc-ext.c 2 Copyright (C) 1995-2014 Free Software Foundation, Inc.
6 This library is free software; you can redistribute it and/or modify
8 the Free Software Foundation; either version 3, or (at your option)
17 along with this program; if not, write to the Free Software
90 /* Recursively free auxilliary register strcture pointers until
99 free(r -> name);
100 free(r -> next);
104 free(r -> name);
107 /* Free memory that has been allocated for the extensions. */
121 free(r)
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
nlmheader.y 2 Copyright (C) 1993-2014 Free Software Foundation, Inc.
6 This program is free software; you can redistribute it and/or modify
8 the Free Software Foundation; either version 3 of the License, or
17 along with this program; if not, write to the Free Software
163 free ($2);
180 free ($2);
194 free ($2);
195 free ($3);
196 free ($4);
222 free ($2)
    [all...]
  /bionic/libc/private/
ThreadLocalBuffer.h 43 pthread_key_create(&key_, free);
  /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/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);

Completed in 305 milliseconds

<<11121314151617181920>>