Lines Matching refs:allocator

157         This->data_internal = nine_allocate(pParams->device->allocator,
171 This->data = nine_allocate(pParams->device->allocator,
235 nine_pointer_strongrelease(This->base.base.device->allocator,
242 nine_free_worker(This->base.base.device->allocator, This->data);
244 nine_free(This->base.base.device->allocator, This->data);
248 nine_free_worker(This->base.base.device->allocator, This->data_internal);
250 nine_free(This->base.base.device->allocator, This->data_internal);
499 uint8_t *data = nine_get_pointer(This->base.base.device->allocator, This->data_internal ? This->data_internal : This->data);
571 nine_pointer_weakrelease(This->base.base.device->allocator, This->data_internal);
574 nine_get_pointer(This->base.base.device->allocator, This->data),
578 nine_get_pointer(This->base.base.device->allocator, This->data_internal),
582 nine_pointer_weakrelease(This->base.base.device->allocator, This->data);
583 nine_pointer_strongrelease(This->base.base.device->allocator, This->data_internal);
597 nine_get_pointer(This->base.base.device->allocator, This->data_internal),
601 nine_pointer_delayedstrongrelease(This->base.base.device->allocator, This->data_internal, &This->pending_uploads_counter);
604 nine_pointer_weakrelease(This->base.base.device->allocator, This->data);
686 nine_get_pointer(This->base.base.device->allocator, This->data_internal),
690 nine_get_pointer(This->base.base.device->allocator, From->data),
694 nine_pointer_weakrelease(This->base.base.device->allocator, From->data);
695 nine_pointer_strongrelease(This->base.base.device->allocator, This->data_internal);
705 nine_get_pointer(This->base.base.device->allocator, From->data),
709 nine_pointer_delayedstrongrelease(This->base.base.device->allocator, From->data, &From->pending_uploads_counter);
755 p_dst = nine_get_pointer(This->base.base.device->allocator, This->data);
767 nine_pointer_weakrelease(This->base.base.device->allocator, This->data);
805 nine_get_pointer(This->base.base.device->allocator, This->data),
809 nine_pointer_delayedstrongrelease(This->base.base.device->allocator, This->data, &This->pending_uploads_counter);