HomeSort by relevance Sort by last modified time
    Searched refs:my_free (Results 1 - 16 of 16) sorted by null

  /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
custom_alloc.pass.cpp 28 void my_free(void*) function
45 test s(my_alloc, my_free);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
custom_alloc.pass.cpp 28 void my_free(void*) function
45 test s(my_alloc, my_free);
  /external/icu/icu4c/source/test/perf/ucnvavailperf/
ucnvavailperf.cpp 70 my_free(const void *context, void *mem) { function
81 my_free(context, mem);
92 u_setMemoryFunctions(NULL, my_alloc, my_realloc, my_free, &errorCode);
  /external/clang/test/Analysis/
malloc-annotations.c 8 void __attribute((ownership_takes(malloc, 1))) my_free(void *);
95 my_free(p);
102 my_free(p); // expected-warning{{Attempt to free released memory}}
134 my_free(p);
malloc-plist.c 50 void my_free(void *x) { function
56 my_free(*x);
    [all...]
  /external/python/cpython2/Lib/ctypes/test/
test_slicing.py 71 dll.my_free.restype = None
94 dll.my_free(res)
100 dll.my_free(res)
109 dll.my_free.restype = None
112 dll.my_free(result)
142 dll.my_free.restype = None
154 dll.my_free(res)
170 dll.my_free(res)
  /external/python/cpython3/Lib/ctypes/test/
test_slicing.py 67 dll.my_free.restype = None
88 dll.my_free(res)
94 dll.my_free(res)
103 dll.my_free.restype = None
106 dll.my_free(result)
136 dll.my_free.restype = None
146 dll.my_free(res)
162 dll.my_free(res)
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_slicing.py 70 dll.my_free.restype = None
93 dll.my_free(res)
99 dll.my_free(res)
108 dll.my_free.restype = None
111 dll.my_free(result)
145 dll.my_free.restype = None
157 dll.my_free(res)
173 dll.my_free(res)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_slicing.py 70 dll.my_free.restype = None
93 dll.my_free(res)
99 dll.my_free(res)
108 dll.my_free.restype = None
111 dll.my_free(result)
145 dll.my_free.restype = None
157 dll.my_free(res)
173 dll.my_free(res)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_slicing.py 70 dll.my_free.restype = None
93 dll.my_free(res)
99 dll.my_free(res)
108 dll.my_free.restype = None
111 dll.my_free(result)
145 dll.my_free.restype = None
157 dll.my_free(res)
173 dll.my_free(res)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_slicing.py 70 dll.my_free.restype = None
93 dll.my_free(res)
99 dll.my_free(res)
108 dll.my_free.restype = None
111 dll.my_free(result)
145 dll.my_free.restype = None
157 dll.my_free(res)
173 dll.my_free(res)
  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
pointer_deleter.pass.cpp 34 void my_free(void*) { my_free_called = true; } function
257 std::unique_ptr<VT2, void (*)(void*)> s(&i, my_free);
259 assert(s.get_deleter() == my_free);
283 std::unique_ptr<void, void (*)(void*)> s(&i, my_free);
285 assert(s.get_deleter() == my_free);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
pointer_deleter.pass.cpp 34 void my_free(void*) { my_free_called = true; } function
257 std::unique_ptr<VT2, void (*)(void*)> s(&i, my_free);
259 assert(s.get_deleter() == my_free);
283 std::unique_ptr<void, void (*)(void*)> s(&i, my_free);
285 assert(s.get_deleter() == my_free);
  /external/python/cpython2/Modules/_ctypes/
_ctypes_test.c 184 EXPORT(void)my_free(void *ptr) function
  /external/python/cpython3/Modules/_ctypes/
_ctypes_test.c 189 EXPORT(void)my_free(void *ptr) function
  /external/pcre/dist2/src/
pcre2test.c 2384 static void my_free(void *block, void *data) function
    [all...]

Completed in 233 milliseconds