HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 326 - 350 of 5602) sorted by null

<<11121314151617181920>>

  /external/virglrenderer/src/gallium/auxiliary/os/
os_memory_stdc.h 6 * Permission is hereby granted, free of charge, to any person obtaining a
45 #define os_free(_ptr) free(_ptr)
63 #define os_free_aligned(_ptr) free(_ptr)
  /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
  /external/selinux/mcstrans/src/
mcstrans.c 247 free(mls);
262 free(word->text);
267 free(word);
304 free(group->prefixes->text);
305 free(group->prefixes);
310 free(group->suffixes->text);
311 free(group->suffixes);
316 free(group->whitespace);
317 free(group->name);
318 free(group->sword)
    [all...]
  /external/wayland/cursor/
wayland-cursor.c 4 * Permission is hereby granted, free of charge, to any person obtaining
79 free(pool);
129 free(pool);
186 free(image);
197 free(cursor->images);
198 free(cursor->name);
199 free(cursor);
249 free(image);
252 free(cursor->cursor.name);
253 free(cursor->cursor.images)
    [all...]
  /bionic/libc/bionic/
tdestroy.cpp 26 // Destroy a tree and free all allocated resources.
40 free(root);
  /device/generic/goldfish-opengl/android-emu/android/base/
AlignedBuf.cpp 41 free(buf);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_solaris.h 32 free(funcarg);
53 free((void *) funcarg);
91 free((void *) lock);
103 free((void *) lock);
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
sethostname.c 108 // Free the temporary buffer
110 free ( pName );
  /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 64 free(stream_uri);
85 free(stream_uri);
100 free(stream_uri);
109 free(stream_uri);
  /external/elfutils/libdw/
dwarf_begin_elf.c 5 This file is free software; you can redistribute it and/or modify
8 * the GNU Lesser General Public License as published by the Free
14 * the GNU General Public License as published by the Free
113 free (result);
217 free (result);
231 free (result);
253 free (result->fake_loc_cu);
254 free (result);
280 free (result->fake_loc_cu);
281 free (result->fake_loclists_cu)
    [all...]
  /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
39 unsigned int free:1; member in struct:mem_block
51 * restrict the search to free memory after 'startSearch'
64 * 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/libxkbcommon/xkbcommon/src/xkbcomp/
xkbcomp.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
83 free(kccgst.keycodes);
84 free(kccgst.types);
85 free(kccgst.compat);
86 free(kccgst.symbols);

Completed in 6069 milliseconds

<<11121314151617181920>>