Lines Matching defs:heap
120 * operations and the reference to the heap. An external heap is provided
121 * to the stream, rather than each stream creating its own heap.
125 int composite_op, ndr_heap_t *heap)
130 assert(heap);
134 nds->heap = (struct ndr_heap *)heap;
235 * Allocate memory from the stream heap.
241 return (ndr_heap_malloc((ndr_heap_t *)nds->heap, len));
402 * with the stream heap: it's handled externally to the stream.
422 * Note: heap management (creation/destruction) is external to the stream.