Searched refs:DISPATCH_DATA_DESTRUCTOR_VM_DEALLOCATE (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/libdispatch-442.1.4/src/
H A Ddata.m61 destructor = DISPATCH_DATA_DESTRUCTOR_VM_DEALLOCATE;
99 return dd->destructor == DISPATCH_DATA_DESTRUCTOR_VM_DEALLOCATE;
H A Ddata.c89 } else if (destructor == DISPATCH_DATA_DESTRUCTOR_VM_DEALLOCATE) {
183 destructor != DISPATCH_DATA_DESTRUCTOR_VM_DEALLOCATE &&
515 bool copy = (dd->destructor != DISPATCH_DATA_DESTRUCTOR_VM_DEALLOCATE);
/macosx-10.10/libdispatch-442.1.4/private/
H A Ddata_private.h48 * @const DISPATCH_DATA_DESTRUCTOR_VM_DEALLOCATE
52 #define DISPATCH_DATA_DESTRUCTOR_VM_DEALLOCATE \ macro
155 * For data objects created with the DISPATCH_DATA_DESTRUCTOR_VM_DEALLOCATE

Completed in 62 milliseconds