Lines Matching refs:allocator
55 MIAllocator allocator[1]; member
286 WFSAllocator allocator, void *allocator_arg, in WFSi_InitCommon() argument
301 static_work->user_alloc = allocator; in WFSi_InitCommon()
303 MI_InitAllocator(static_work->allocator, static_work, in WFSi_InitCommon()
306 static_work->context = MI_CallAlloc(static_work->allocator, worksize, 32); in WFSi_InitCommon()
498 WFSAllocator allocator, void *allocator_arg, int parent_packet, in WFS_InitParent() argument
502 WFSi_InitCommon(callback, allocator, allocator_arg, port, in WFS_InitParent()
508 WFS_InitServer(server, server, ParentWFSEvent, static_work->allocator, parent_packet); in WFS_InitParent()
532 void WFS_InitChild(int port, WFSStateCallback callback, WFSAllocator allocator, void *allocator_arg) in WFS_InitChild() argument
535 WFSi_InitCommon(callback, allocator, allocator_arg, port, in WFS_InitChild()
541 WFS_InitClient(client, client, ChildWFSEvent, static_work->allocator); in WFS_InitChild()
618 MI_CallFree(work->allocator, work->context); in WFS_End()