HomeSort by relevance Sort by last modified time
    Searched full:deallocator (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /libcore/ojluni/src/main/java/sun/nio/fs/
NativeBuffer.java 46 private static class Deallocator implements Runnable {
48 Deallocator(long address) {
59 this.cleaner = Cleaner.create(this, new Deallocator(address));
  /libcore/ojluni/src/main/java/sun/nio/ch/
IOVecWrapper.java 71 private static class Deallocator implements Runnable {
73 Deallocator(AllocatedNativeObject obj) {
104 Cleaner.create(wrapper, new Deallocator(wrapper.vecArray));
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 74 /// Stores the information about the allocator and deallocator functions -
88 /// Given the function name, returns the index of the allocator/deallocator
189 // Make sure the function is of the right type (allocator vs deallocator).
242 // Report deallocator mismatch. Remove the region from tracking - reporting a
260 os << "Deallocator doesn't match the allocator: '"
317 // Is it a call to one of deallocator functions?
326 // Check the argument to the deallocator.
377 // NULL ~ default deallocator, so warn.
395 // find the deallocator.
399 // In all other cases, assume the user supplied a correct deallocator
    [all...]
  /external/libxml2/
list.c 180 * @deallocator: an optional deallocator function
188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare)
210 /* If there is a link deallocator, use it */
211 if (deallocator != NULL)
212 l->linkDeallocator = deallocator;
hash.c 314 * @f: the deallocator function for items in the hash
414 * @f: the deallocator function for replaced item (if any)
434 * @f: the deallocator function for replaced item (if any)
636 * @f: the deallocator function for replaced item (if any)
1042 * @f: the deallocator function for removed item (if any)
1060 * @f: the deallocator function for removed item (if any)
1080 * @f: the deallocator function for removed item (if any)
  /external/clang/test/Analysis/
keychainAPI.m 179 SecKeychainItemFreeContent(attrList, outData); // expected-warning{{Deallocator doesn't match the allocator}}
237 free(outData); // expected-warning{{Deallocator doesn't match the allocator: 'SecKeychainItemFreeContent' should be used}}
264 CFStringRef userStr = CFStringCreateWithBytesNoCopy(alloc, bytes, length, 5, 0, kCFAllocatorDefault); // expected-warning{{Deallocator doesn't match the allocator:}}
303 CFStringRef userStr = CFStringCreateWithBytesNoCopy(alloc, bytes, length, 5, 0, 0); // expected-warning{{Deallocator doesn't match the allocator:}}
  /external/clang/test/CodeGenCXX/
delete-two-arg.cpp 20 // the global allocator and deallocator.
  /external/libxml2/include/libxml/
list.h 56 xmlListCreate (xmlListDeallocator deallocator,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
cond_dealtor.hpp 38 * Contains a conditional deallocator.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/
cond_dealtor.hpp 38 * Contains a conditional deallocator.
  /external/libxml2/os400/libxmlrpg/
list.rpgle 55 d deallocator value like(xmlListDeallocator)
  /external/python/cpython2/Doc/c-api/
gcsupport.rst 80 Similarly, the deallocator for the object must conform to a similar pair of
99 this object to add it back to the set of tracked objects. The deallocator
  /external/python/cpython3/Doc/c-api/
gcsupport.rst 69 Similarly, the deallocator for the object must conform to a similar pair of
88 this object to add it back to the set of tracked objects. The deallocator
  /external/tensorflow/tensorflow/python/client/
tf_session_helper.cc 215 // corresponding TF_Tensor. The TF_Tensor's deallocator will queue the new
217 // Py_DECREF in the deallocator directly because the GIL must be held).
219 // Note that TF_Tensor may directly delegate its data and deallocator to a
  /external/syslinux/core/include/
fs.h 153 * Inode allocator/deallocator
  /external/valgrind/include/
pub_tool_sparsewa.h 53 // Create a new one, using the specified allocator/deallocator.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 665 reference counts. Py_DECREF calls the object's deallocator function when
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 653 reference counts. Py_DECREF calls the object's deallocator function when
    [all...]
  /external/python/cpython2/Include/
object.h 665 reference counts. Py_DECREF calls the object's deallocator function when
    [all...]
  /external/python/cpython3/Include/
object.h 679 reference counts. Py_DECREF calls the object's deallocator function when
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 663 reference counts. Py_DECREF calls the object's deallocator function when
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 663 reference counts. Py_DECREF calls the object's deallocator function when
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 663 reference counts. Py_DECREF calls the object's deallocator function when
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 663 reference counts. Py_DECREF calls the object's deallocator function when
    [all...]
  /external/jemalloc/src/
zone.c 56 * the other as the default deallocator/reallocator. Since that will

Completed in 1220 milliseconds

1 2 3 4