Searched refs:ioAllocator (Results 1 – 3 of 3) sorted by relevance
619 inkcoreapi extern ClassAllocator<MIOBuffer> ioAllocator;670 MIOBuffer *b = THREAD_ALLOC(ioAllocator, this_thread()); in new_MIOBuffer_internal()682 THREAD_FREE(mio, ioAllocator, this_thread()); in free_MIOBuffer()688 MIOBuffer *b = THREAD_ALLOC(ioAllocator, this_thread()); in new_empty_MIOBuffer_internal()698 THREAD_FREE(mio, ioAllocator, this_thread()); in free_empty_MIOBuffer()
139 ProxyAllocator ioAllocator; variable
35 inkcoreapi ClassAllocator<MIOBuffer> ioAllocator("ioAllocator", DEFAULT_BUFFER_NUMBER); variable