Searched refs:heapp (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/mpl/dhcp/dist/includes/
H A Dheap.h54 isc_heap_t **heapp);
73 *\li "heapp" is not NULL, and "*heap" is NULL.
81 isc_heap_destroy(isc_heap_t **heapp);
86 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
95 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
104 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
116 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
128 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
139 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
154 *\li "heapp" i
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dheap.h55 isc_heap_t **heapp);
76 *\li "heapp" is not NULL, and "*heap" is NULL.
80 isc_heap_destroy(isc_heap_t **heapp);
85 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
94 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
103 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
115 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
127 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
138 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
153 *\li "heapp" i
[all...]
/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dheap.h54 isc_heap_t **heapp);
75 *\li "heapp" is not NULL, and "*heap" is NULL.
79 isc_heap_destroy(isc_heap_t **heapp);
84 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
93 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
102 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
114 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
126 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
137 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
152 *\li "heapp" i
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Drmem.c148 static void *heapp; variable
160 void *p = heapp;
161 heapp = (void *)((char *)heapp + m_size);
181 heapp = xmalloc(CHUNK_SIZE);
183 heapp = malloc(CHUNK_SIZE);
185 if (!heapp)
/netbsd-current/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dheap.h59 isc_heap_t **heapp);
78 *\li "heapp" is not NULL, and "*heap" is NULL.
86 isc_heap_destroy(isc_heap_t **heapp);
91 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
100 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
109 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
121 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
133 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
144 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
159 *\li "heapp" i
[all...]
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dheap.c80 isc_heap_t **heapp)
84 REQUIRE(heapp != NULL && *heapp == NULL);
103 *heapp = heap;
109 isc_heap_destroy(isc_heap_t **heapp) { argument
112 REQUIRE(heapp != NULL);
113 heap = *heapp;
122 *heapp = NULL;
78 isc_heap_create(isc_mem_t *mctx, isc_heapcompare_t compare, isc_heapindex_t index, unsigned int size_increment, isc_heap_t **heapp) argument
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dheap.c85 unsigned int size_increment, isc_heap_t **heapp) {
88 REQUIRE(heapp != NULL && *heapp == NULL);
106 *heapp = heap;
110 isc_heap_destroy(isc_heap_t **heapp) { argument
113 REQUIRE(heapp != NULL);
114 heap = *heapp;
115 *heapp = NULL;
84 isc_heap_create(isc_mem_t *mctx, isc_heapcompare_t compare, isc_heapindex_t idx, unsigned int size_increment, isc_heap_t **heapp) argument
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dheap.c85 unsigned int size_increment, isc_heap_t **heapp) {
88 REQUIRE(heapp != NULL && *heapp == NULL);
106 *heapp = heap;
110 isc_heap_destroy(isc_heap_t **heapp) { argument
113 REQUIRE(heapp != NULL);
114 heap = *heapp;
115 *heapp = NULL;
84 isc_heap_create(isc_mem_t *mctx, isc_heapcompare_t compare, isc_heapindex_t idx, unsigned int size_increment, isc_heap_t **heapp) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Drmem.d151 __gshared void* heapp;
163 auto p = heapp;
164 heapp = cast(void*)(cast(char*)heapp + m_size);
174 heapp = Mem.check(malloc(CHUNK_SIZE));

Completed in 200 milliseconds