Home
last modified time | relevance | path

Searched refs:SlabSlot (Results 1 – 25 of 71) sorted by relevance

123

/dports/sysutils/vector/vector-0.10.0/cargo-crates/futures-timer-3.0.2/src/native/
H A Dheap.rs20 index: Vec<SlabSlot<usize>>,
24 enum SlabSlot<T> { enum
50 let slot = SlabSlot::Full { value: len }; in push()
58 SlabSlot::Full { .. } => panic!(), in push()
85 let empty = SlabSlot::Empty { in remove()
89 SlabSlot::Full { value } => value, in remove()
90 SlabSlot::Empty { .. } => panic!(), in remove()
174 SlabSlot::Full { .. } => true, in assert_consistent()
183 SlabSlot::Full { value } => value, in assert_consistent()
184 SlabSlot::Empty { .. } => panic!(), in assert_consistent()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/sort/
H A Dtuplesort.c220 typedef union SlabSlot union
222 union SlabSlot *nextfree;
224 } SlabSlot; typedef
370 SlabSlot *slabFreeHead; /* head of free list */
510 SlabSlot *buf = (SlabSlot *) tuple; \
2525 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2531 ((SlabSlot *) p)->nextfree = (SlabSlot *) (p + SLAB_SLOT_SIZE); in init_slab_allocator()
2534 ((SlabSlot *) p)->nextfree = NULL; in init_slab_allocator()
3580 SlabSlot *buf; in readtup_alloc()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/sort/
H A Dtuplesort.c220 typedef union SlabSlot union
222 union SlabSlot *nextfree;
224 } SlabSlot; typedef
370 SlabSlot *slabFreeHead; /* head of free list */
510 SlabSlot *buf = (SlabSlot *) tuple; \
2525 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2531 ((SlabSlot *) p)->nextfree = (SlabSlot *) (p + SLAB_SLOT_SIZE); in init_slab_allocator()
2534 ((SlabSlot *) p)->nextfree = NULL; in init_slab_allocator()
3580 SlabSlot *buf; in readtup_alloc()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/sort/
H A Dtuplesort.c220 typedef union SlabSlot union
222 union SlabSlot *nextfree;
224 } SlabSlot; typedef
370 SlabSlot *slabFreeHead; /* head of free list */
510 SlabSlot *buf = (SlabSlot *) tuple; \
2525 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2531 ((SlabSlot *) p)->nextfree = (SlabSlot *) (p + SLAB_SLOT_SIZE); in init_slab_allocator()
2534 ((SlabSlot *) p)->nextfree = NULL; in init_slab_allocator()
3580 SlabSlot *buf; in readtup_alloc()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/sort/
H A Dtuplesort.c220 typedef union SlabSlot union
222 union SlabSlot *nextfree;
224 } SlabSlot; typedef
370 SlabSlot *slabFreeHead; /* head of free list */
510 SlabSlot *buf = (SlabSlot *) tuple; \
2525 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2531 ((SlabSlot *) p)->nextfree = (SlabSlot *) (p + SLAB_SLOT_SIZE); in init_slab_allocator()
2534 ((SlabSlot *) p)->nextfree = NULL; in init_slab_allocator()
3580 SlabSlot *buf; in readtup_alloc()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/sort/
H A Dtuplesort.c220 typedef union SlabSlot union
222 union SlabSlot *nextfree;
224 } SlabSlot; typedef
370 SlabSlot *slabFreeHead; /* head of free list */
510 SlabSlot *buf = (SlabSlot *) tuple; \
2525 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2531 ((SlabSlot *) p)->nextfree = (SlabSlot *) (p + SLAB_SLOT_SIZE); in init_slab_allocator()
2534 ((SlabSlot *) p)->nextfree = NULL; in init_slab_allocator()
3580 SlabSlot *buf; in readtup_alloc()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/sort/
H A Dtuplesort.c220 typedef union SlabSlot union
222 union SlabSlot *nextfree;
224 } SlabSlot; typedef
370 SlabSlot *slabFreeHead; /* head of free list */
510 SlabSlot *buf = (SlabSlot *) tuple; \
2525 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2531 ((SlabSlot *) p)->nextfree = (SlabSlot *) (p + SLAB_SLOT_SIZE); in init_slab_allocator()
2534 ((SlabSlot *) p)->nextfree = NULL; in init_slab_allocator()
3580 SlabSlot *buf; in readtup_alloc()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/sort/
H A Dtuplesort.c220 typedef union SlabSlot union
222 union SlabSlot *nextfree;
224 } SlabSlot; typedef
370 SlabSlot *slabFreeHead; /* head of free list */
510 SlabSlot *buf = (SlabSlot *) tuple; \
2525 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2531 ((SlabSlot *) p)->nextfree = (SlabSlot *) (p + SLAB_SLOT_SIZE); in init_slab_allocator()
2534 ((SlabSlot *) p)->nextfree = NULL; in init_slab_allocator()
3580 SlabSlot *buf; in readtup_alloc()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/sort/
H A Dtuplesort.c190 typedef union SlabSlot union
192 union SlabSlot *nextfree;
194 } SlabSlot; typedef
331 SlabSlot *slabFreeHead; /* head of free list */
515 SlabSlot *buf = (SlabSlot *) tuple; \
2535 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2541 ((SlabSlot *) p)->nextfree = (SlabSlot *) (p + SLAB_SLOT_SIZE); in init_slab_allocator()
2544 ((SlabSlot *) p)->nextfree = NULL; in init_slab_allocator()
3483 SlabSlot *buf; in readtup_alloc()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/sort/
H A Dtuplesort.c190 typedef union SlabSlot union
192 union SlabSlot *nextfree;
194 } SlabSlot; typedef
331 SlabSlot *slabFreeHead; /* head of free list */
515 SlabSlot *buf = (SlabSlot *) tuple; \
2535 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2541 ((SlabSlot *) p)->nextfree = (SlabSlot *) (p + SLAB_SLOT_SIZE); in init_slab_allocator()
2544 ((SlabSlot *) p)->nextfree = NULL; in init_slab_allocator()
3483 SlabSlot *buf; in readtup_alloc()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/sort/
H A Dtuplesort.c190 typedef union SlabSlot union
192 union SlabSlot *nextfree;
194 } SlabSlot; typedef
331 SlabSlot *slabFreeHead; /* head of free list */
515 SlabSlot *buf = (SlabSlot *) tuple; \
2535 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2541 ((SlabSlot *) p)->nextfree = (SlabSlot *) (p + SLAB_SLOT_SIZE); in init_slab_allocator()
2544 ((SlabSlot *) p)->nextfree = NULL; in init_slab_allocator()
3483 SlabSlot *buf; in readtup_alloc()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/sort/
H A Dtuplesort.c190 typedef union SlabSlot union
192 union SlabSlot *nextfree;
194 } SlabSlot; typedef
331 SlabSlot *slabFreeHead; /* head of free list */
515 SlabSlot *buf = (SlabSlot *) tuple; \
2535 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2541 ((SlabSlot *) p)->nextfree = (SlabSlot *) (p + SLAB_SLOT_SIZE); in init_slab_allocator()
2544 ((SlabSlot *) p)->nextfree = NULL; in init_slab_allocator()
3483 SlabSlot *buf; in readtup_alloc()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/utils/sort/
H A Dtuplesort.c190 typedef union SlabSlot union
192 union SlabSlot *nextfree;
194 } SlabSlot; typedef
331 SlabSlot *slabFreeHead; /* head of free list */
515 SlabSlot *buf = (SlabSlot *) tuple; \
2535 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2541 ((SlabSlot *) p)->nextfree = (SlabSlot *) (p + SLAB_SLOT_SIZE); in init_slab_allocator()
2544 ((SlabSlot *) p)->nextfree = NULL; in init_slab_allocator()
3483 SlabSlot *buf; in readtup_alloc()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/sort/
H A Dtuplesort.c190 typedef union SlabSlot union
192 union SlabSlot *nextfree;
194 } SlabSlot; typedef
331 SlabSlot *slabFreeHead; /* head of free list */
515 SlabSlot *buf = (SlabSlot *) tuple; \
2535 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2541 ((SlabSlot *) p)->nextfree = (SlabSlot *) (p + SLAB_SLOT_SIZE); in init_slab_allocator()
2544 ((SlabSlot *) p)->nextfree = NULL; in init_slab_allocator()
3483 SlabSlot *buf; in readtup_alloc()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/utils/sort/
H A Dtuplesort.c190 typedef union SlabSlot union
192 union SlabSlot *nextfree;
194 } SlabSlot; typedef
331 SlabSlot *slabFreeHead; /* head of free list */
515 SlabSlot *buf = (SlabSlot *) tuple; \
2535 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2541 ((SlabSlot *) p)->nextfree = (SlabSlot *) (p + SLAB_SLOT_SIZE); in init_slab_allocator()
2544 ((SlabSlot *) p)->nextfree = NULL; in init_slab_allocator()
3483 SlabSlot *buf; in readtup_alloc()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/utils/sort/
H A Dtuplesort.c198 typedef union SlabSlot union
200 union SlabSlot *nextfree;
202 } SlabSlot; typedef
347 SlabSlot *slabFreeHead; /* head of free list */
531 SlabSlot *buf = (SlabSlot *) tuple; \
2785 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2791 ((SlabSlot *) p)->nextfree = (SlabSlot *) (p + SLAB_SLOT_SIZE); in init_slab_allocator()
2794 ((SlabSlot *) p)->nextfree = NULL; in init_slab_allocator()
3729 SlabSlot *buf; in readtup_alloc()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/utils/sort/
H A Dtuplesort.c198 typedef union SlabSlot union
200 union SlabSlot *nextfree;
202 } SlabSlot; typedef
347 SlabSlot *slabFreeHead; /* head of free list */
531 SlabSlot *buf = (SlabSlot *) tuple; \
2785 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2791 ((SlabSlot *) p)->nextfree = (SlabSlot *) (p + SLAB_SLOT_SIZE); in init_slab_allocator()
2794 ((SlabSlot *) p)->nextfree = NULL; in init_slab_allocator()
3729 SlabSlot *buf; in readtup_alloc()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/utils/sort/
H A Dtuplesort.c198 typedef union SlabSlot union
200 union SlabSlot *nextfree;
202 } SlabSlot; typedef
347 SlabSlot *slabFreeHead; /* head of free list */
531 SlabSlot *buf = (SlabSlot *) tuple; \
2785 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2791 ((SlabSlot *) p)->nextfree = (SlabSlot *) (p + SLAB_SLOT_SIZE); in init_slab_allocator()
2794 ((SlabSlot *) p)->nextfree = NULL; in init_slab_allocator()
3729 SlabSlot *buf; in readtup_alloc()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/utils/sort/
H A Dtuplesort.c198 typedef union SlabSlot union
200 union SlabSlot *nextfree;
202 } SlabSlot; typedef
347 SlabSlot *slabFreeHead; /* head of free list */
531 SlabSlot *buf = (SlabSlot *) tuple; \
2785 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2791 ((SlabSlot *) p)->nextfree = (SlabSlot *) (p + SLAB_SLOT_SIZE); in init_slab_allocator()
2794 ((SlabSlot *) p)->nextfree = NULL; in init_slab_allocator()
3729 SlabSlot *buf; in readtup_alloc()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/utils/sort/
H A Dtuplesort.c198 typedef union SlabSlot
200 union SlabSlot *nextfree;
202 } SlabSlot;
347 SlabSlot *slabFreeHead; /* head of free list */
531 SlabSlot *buf = (SlabSlot *) tuple; \
2709 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin;
2715 ((SlabSlot *) p)->nextfree = (SlabSlot *) (p + SLAB_SLOT_SIZE);
2718 ((SlabSlot *) p)->nextfree = NULL;
3653 SlabSlot *buf;
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/utils/sort/
H A Dtuplesort.c198 typedef union SlabSlot union
200 union SlabSlot *nextfree;
202 } SlabSlot; typedef
347 SlabSlot *slabFreeHead; /* head of free list */
531 SlabSlot *buf = (SlabSlot *) tuple; \
2785 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2791 ((SlabSlot *) p)->nextfree = (SlabSlot *) (p + SLAB_SLOT_SIZE); in init_slab_allocator()
2794 ((SlabSlot *) p)->nextfree = NULL; in init_slab_allocator()
3729 SlabSlot *buf; in readtup_alloc()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/utils/sort/
H A Dtuplesort.c198 typedef union SlabSlot union
200 union SlabSlot *nextfree;
202 } SlabSlot; typedef
347 SlabSlot *slabFreeHead; /* head of free list */
531 SlabSlot *buf = (SlabSlot *) tuple; \
2785 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2791 ((SlabSlot *) p)->nextfree = (SlabSlot *) (p + SLAB_SLOT_SIZE); in init_slab_allocator()
2794 ((SlabSlot *) p)->nextfree = NULL; in init_slab_allocator()
3729 SlabSlot *buf; in readtup_alloc()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/utils/sort/
H A Dtuplesort.c198 typedef union SlabSlot union
200 union SlabSlot *nextfree;
202 } SlabSlot; typedef
347 SlabSlot *slabFreeHead; /* head of free list */
531 SlabSlot *buf = (SlabSlot *) tuple; \
2709 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2715 ((SlabSlot *) p)->nextfree = (SlabSlot *) (p + SLAB_SLOT_SIZE); in init_slab_allocator()
2718 ((SlabSlot *) p)->nextfree = NULL; in init_slab_allocator()
3653 SlabSlot *buf; in readtup_alloc()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/utils/sort/
H A Dtuplesort.c190 typedef union SlabSlot union
192 union SlabSlot *nextfree;
194 } SlabSlot; typedef
331 SlabSlot *slabFreeHead; /* head of free list */
515 SlabSlot *buf = (SlabSlot *) tuple; \
2535 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2541 ((SlabSlot *) p)->nextfree = (SlabSlot *) (p + SLAB_SLOT_SIZE); in init_slab_allocator()
2544 ((SlabSlot *) p)->nextfree = NULL; in init_slab_allocator()
3483 SlabSlot *buf; in readtup_alloc()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/utils/sort/
H A Dtuplesort.c190 typedef union SlabSlot union
192 union SlabSlot *nextfree;
194 } SlabSlot; typedef
331 SlabSlot *slabFreeHead; /* head of free list */
515 SlabSlot *buf = (SlabSlot *) tuple; \
2535 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2541 ((SlabSlot *) p)->nextfree = (SlabSlot *) (p + SLAB_SLOT_SIZE); in init_slab_allocator()
2544 ((SlabSlot *) p)->nextfree = NULL; in init_slab_allocator()
3483 SlabSlot *buf; in readtup_alloc()

123