Lines Matching defs:heap
121 * operations and the reference to the heap. An external heap is provided
122 * to the stream, rather than each stream creating its own heap.
126 int composite_op, ndr_heap_t *heap)
131 assert(heap);
135 nds->heap = (struct ndr_heap *)heap;
198 * Allocate memory from the stream heap.
204 return (ndr_heap_malloc((ndr_heap_t *)nds->heap, len));
365 * with the stream heap: it's handled externally to the stream.
385 * Note: heap management (creation/destruction) is external to the stream.