Searched defs:ndr_heap_malloc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_heap.c124 ndr_heap_malloc(ndr_heap_t *heap, unsigned size) function
174 if ((p = ndr_heap_malloc(heap, len+1)) != NULL)
217 vc->vcs = ndr_heap_malloc(heap, mlen);
243 vcbuf->vcb = ndr_heap_malloc(heap, mlen);
266 if ((new_sid = ndr_heap_malloc(heap, size)) == NULL)

Completed in 92 milliseconds