OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:size_increment
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/isc/
heap.c
46
#define
SIZE_INCREMENT
1024
65
unsigned int
size_increment
;
member in struct:isc_heap
86
unsigned int
size_increment
, isc_heap_t **heapp) {
97
if (
size_increment
== 0) {
98
heap->
size_increment
=
SIZE_INCREMENT
;
100
heap->
size_increment
=
size_increment
;
133
new_size = ISC_CHECKED_ADD(heap->size, heap->
size_increment
);
/src/external/mpl/dhcp/bind/dist/lib/isc/
heap.c
45
#define
SIZE_INCREMENT
1024
64
unsigned int
size_increment
;
member in struct:isc_heap
85
unsigned int
size_increment
, isc_heap_t **heapp) {
96
if (
size_increment
== 0) {
97
heap->
size_increment
=
SIZE_INCREMENT
;
99
heap->
size_increment
=
size_increment
;
133
new_size = heap->size + heap->
size_increment
;
Completed in 16 milliseconds
Indexes created Wed May 06 00:24:28 UTC 2026