HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 151 - 175 of 7693) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libxkbcommon/xkbcommon/bench/
rules.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
52 free(kccgst.keycodes);
53 free(kccgst.types);
54 free(kccgst.compat);
55 free(kccgst.symbols);
  /external/libxkbcommon/xkbcommon/test/
rmlvo-to-kccgst.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
80 free(kccgst.keycodes);
81 free(kccgst.types);
82 free(kccgst.compat);
83 free(kccgst.symbols);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/
1-1.c 103 free(bufs);
143 free(aiocbs[i]);
144 free(bufs);
145 free(aiocbs);
156 free(aiocbs[i]);
157 free(bufs);
158 free(aiocbs);
169 free(aiocbs[i]);
170 free(bufs);
171 free(aiocbs)
    [all...]
  /external/mesa3d/src/mesa/main/tests/
program_state_string.cpp 4 * Permission is hereby granted, free of charge, to any person obtaining a
43 free(str);
  /external/swiftshader/third_party/subzero/tests_lit/asan_tests/Input/
calloc.c 9 free(buf);
  /external/syslinux/com32/lib/syslinux/
freelist.c 5 * Permission is hereby granted, free of charge, to any person
44 free(m);
  /external/syslinux/gpxe/src/include/gpxe/
refcnt.h 26 * When this count is decremented below zero, the free()
30 /** Free containing object
35 * If this method is left NULL, the standard library free()
37 * may omit the free() method if the @c refcnt object is the
40 void ( * free ) ( struct refcnt *refcnt ); member in struct:refcnt
  /external/valgrind/memcheck/tests/
accounting.c 20 free(p);
big_blocks_freed_list.c 17 the free list is found by memcheck (still on the free list). */
20 free(semi_big);
21 free(big);
26 by doing big alloc/free. */
28 free(small);
31 but not for the big block, which has been removed from the free list
40 free(big);
holey_buffer_too_small.c 22 free(a);
28 free(a);
34 free(a);
40 free(a);
leak-0.c 22 free(foo);
  /external/valgrind/memcheck/tests/x86/
pushpopmem.c 26 free(y);
27 free(z);
51 free(y);
52 free(z);
  /external/valgrind/none/tests/
timestamp.c 8 free(x);
  /external/vboot_reference/firmware/stub/
vboot_api_stub_static_sf.c 28 free(ptr);
  /libcore/ojluni/src/main/java/sun/nio/ch/
AllocatedNativeObject.java 5 * This code is free software; you can redistribute it and/or modify it
7 * published by the Free Software Foundation. Oracle designates this
18 * 2 along with this work; if not, write to the Free Software Foundation,
59 synchronized void free() { method in class:AllocatedNativeObject
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue20910.c 18 free(result.r0);
  /prebuilts/go/linux-x86/misc/cgo/test/
issue20910.c 18 free(result.r0);
  /bionic/linker/
linker_common_types.h 48 static void free(LinkedListEntry<soinfo>* entry);
58 static void free(LinkedListEntry<android_namespace_t>* entry);
  /external/clang/test/Analysis/
no-outofbounds.c 24 void free(void *);
31 free(a);
  /external/compiler-rt/test/asan/TestCases/Linux/
stack-trace-dlclose.cc 36 free(p);
37 free(p); // double-free
  /external/compiler-rt/test/asan/TestCases/
strcasestr_strict.c 25 free(s1);
26 free(s2);
strcmp_strict.c 23 free(s1);
24 free(s2);
strcspn_strict.c 23 free(s1);
24 free(s2);
strpbrk_strict.c 22 free(s1);
23 free(s2);
strspn_strict.c 22 free(s1);
23 free(s2);

Completed in 186 milliseconds

1 2 3 4 5 67 8 91011>>