Home | History | Annotate | Download | only in c

Lines Matching full:deallocator

192 // Makes a copy of the input and sets an appropriate deallocator.  Useful for
226 // (*deallocator)(data, len, deallocator_arg)
227 // Clients must provide a custom deallocator function so they can pass in
230 // May return NULL (and invoke the deallocator) if the provided data buffer
235 void (*deallocator)(void* data, size_t len, void* arg),