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

/osnet-11/usr/src/lib/libndr/common/
H A Dndr_heap.c123 ndr_heap_malloc(ndr_heap_t *heap, unsigned size) function
173 if ((p = ndr_heap_malloc(heap, len+1)) != NULL)
216 vc->vcs = ndr_heap_malloc(heap, mlen);
242 vcbuf->vcb = ndr_heap_malloc(heap, mlen);
265 if ((new_sid = ndr_heap_malloc(heap, size)) == NULL)
H A Dlibndr.h414 void *ndr_heap_malloc(ndr_heap_t *, unsigned);
423 #define NDR_MALLOC(XA, SZ) ndr_heap_malloc((XA)->heap, SZ)
424 #define NDR_NEW(XA, T) ndr_heap_malloc((XA)->heap, sizeof (T))
425 #define NDR_NEWN(XA, T, N) ndr_heap_malloc((XA)->heap, sizeof (T)*(N))
H A Dndr_ops.c241 return (ndr_heap_malloc((ndr_heap_t *)nds->heap, len));
H A Dndr_server.c874 if ((param = ndr_heap_malloc(mxa->heap, p_len)) == NULL)
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dntsvcs_clnt.c716 return (ndr_heap_malloc(heap, size));

Completed in 33 milliseconds