Home
last modified time | relevance | path

Searched refs:slabMemoryBegin (Results 1 – 25 of 35) sorted by relevance

12

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/utils/sort/
H A Dtuplesort.c345 char *slabMemoryBegin; /* beginning of slab memory arena */ member
522 ((char *) (tuple) >= (state)->slabMemoryBegin && \
1544 state->slabMemoryBegin = NULL; in tuplesort_reset()
2782 state->slabMemoryBegin = palloc(numSlots * SLAB_SLOT_SIZE); in init_slab_allocator()
2783 state->slabMemoryEnd = state->slabMemoryBegin + in init_slab_allocator()
2785 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2788 p = state->slabMemoryBegin; in init_slab_allocator()
2798 state->slabMemoryBegin = state->slabMemoryEnd = NULL; in init_slab_allocator()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/utils/sort/
H A Dtuplesort.c345 char *slabMemoryBegin; /* beginning of slab memory arena */ member
522 ((char *) (tuple) >= (state)->slabMemoryBegin && \
1544 state->slabMemoryBegin = NULL; in tuplesort_reset()
2782 state->slabMemoryBegin = palloc(numSlots * SLAB_SLOT_SIZE); in init_slab_allocator()
2783 state->slabMemoryEnd = state->slabMemoryBegin + in init_slab_allocator()
2785 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2788 p = state->slabMemoryBegin; in init_slab_allocator()
2798 state->slabMemoryBegin = state->slabMemoryEnd = NULL; in init_slab_allocator()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/utils/sort/
H A Dtuplesort.c345 char *slabMemoryBegin; /* beginning of slab memory arena */ member
522 ((char *) (tuple) >= (state)->slabMemoryBegin && \
1544 state->slabMemoryBegin = NULL; in tuplesort_reset()
2782 state->slabMemoryBegin = palloc(numSlots * SLAB_SLOT_SIZE); in init_slab_allocator()
2783 state->slabMemoryEnd = state->slabMemoryBegin + in init_slab_allocator()
2785 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2788 p = state->slabMemoryBegin; in init_slab_allocator()
2798 state->slabMemoryBegin = state->slabMemoryEnd = NULL; in init_slab_allocator()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/utils/sort/
H A Dtuplesort.c345 char *slabMemoryBegin; /* beginning of slab memory arena */ member
522 ((char *) (tuple) >= (state)->slabMemoryBegin && \
1544 state->slabMemoryBegin = NULL; in tuplesort_reset()
2782 state->slabMemoryBegin = palloc(numSlots * SLAB_SLOT_SIZE); in init_slab_allocator()
2783 state->slabMemoryEnd = state->slabMemoryBegin + in init_slab_allocator()
2785 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2788 p = state->slabMemoryBegin; in init_slab_allocator()
2798 state->slabMemoryBegin = state->slabMemoryEnd = NULL; in init_slab_allocator()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/utils/sort/
H A Dtuplesort.c345 char *slabMemoryBegin; /* beginning of slab memory arena */
522 ((char *) (tuple) >= (state)->slabMemoryBegin && \
1468 state->slabMemoryBegin = NULL;
2706 state->slabMemoryBegin = palloc(numSlots * SLAB_SLOT_SIZE);
2707 state->slabMemoryEnd = state->slabMemoryBegin +
2709 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin;
2712 p = state->slabMemoryBegin;
2722 state->slabMemoryBegin = state->slabMemoryEnd = NULL;
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/utils/sort/
H A Dtuplesort.c345 char *slabMemoryBegin; /* beginning of slab memory arena */ member
522 ((char *) (tuple) >= (state)->slabMemoryBegin && \
1544 state->slabMemoryBegin = NULL; in tuplesort_reset()
2782 state->slabMemoryBegin = palloc(numSlots * SLAB_SLOT_SIZE); in init_slab_allocator()
2783 state->slabMemoryEnd = state->slabMemoryBegin + in init_slab_allocator()
2785 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2788 p = state->slabMemoryBegin; in init_slab_allocator()
2798 state->slabMemoryBegin = state->slabMemoryEnd = NULL; in init_slab_allocator()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/utils/sort/
H A Dtuplesort.c345 char *slabMemoryBegin; /* beginning of slab memory arena */ member
522 ((char *) (tuple) >= (state)->slabMemoryBegin && \
1544 state->slabMemoryBegin = NULL; in tuplesort_reset()
2782 state->slabMemoryBegin = palloc(numSlots * SLAB_SLOT_SIZE); in init_slab_allocator()
2783 state->slabMemoryEnd = state->slabMemoryBegin + in init_slab_allocator()
2785 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2788 p = state->slabMemoryBegin; in init_slab_allocator()
2798 state->slabMemoryBegin = state->slabMemoryEnd = NULL; in init_slab_allocator()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/utils/sort/
H A Dtuplesort.c345 char *slabMemoryBegin; /* beginning of slab memory arena */ member
522 ((char *) (tuple) >= (state)->slabMemoryBegin && \
1468 state->slabMemoryBegin = NULL; in tuplesort_reset()
2706 state->slabMemoryBegin = palloc(numSlots * SLAB_SLOT_SIZE); in init_slab_allocator()
2707 state->slabMemoryEnd = state->slabMemoryBegin + in init_slab_allocator()
2709 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2712 p = state->slabMemoryBegin; in init_slab_allocator()
2722 state->slabMemoryBegin = state->slabMemoryEnd = NULL; in init_slab_allocator()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/utils/sort/
H A Dtuplesort.c345 char *slabMemoryBegin; /* beginning of slab memory arena */ member
522 ((char *) (tuple) >= (state)->slabMemoryBegin && \
1468 state->slabMemoryBegin = NULL; in tuplesort_reset()
2706 state->slabMemoryBegin = palloc(numSlots * SLAB_SLOT_SIZE); in init_slab_allocator()
2707 state->slabMemoryEnd = state->slabMemoryBegin + in init_slab_allocator()
2709 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2712 p = state->slabMemoryBegin; in init_slab_allocator()
2722 state->slabMemoryBegin = state->slabMemoryEnd = NULL; in init_slab_allocator()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/utils/sort/
H A Dtuplesort.c345 char *slabMemoryBegin; /* beginning of slab memory arena */
522 ((char *) (tuple) >= (state)->slabMemoryBegin && \
1468 state->slabMemoryBegin = NULL;
2706 state->slabMemoryBegin = palloc(numSlots * SLAB_SLOT_SIZE);
2707 state->slabMemoryEnd = state->slabMemoryBegin +
2709 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin;
2712 p = state->slabMemoryBegin;
2722 state->slabMemoryBegin = state->slabMemoryEnd = NULL;
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/utils/sort/
H A Dtuplesort.c345 char *slabMemoryBegin; /* beginning of slab memory arena */ member
522 ((char *) (tuple) >= (state)->slabMemoryBegin && \
1468 state->slabMemoryBegin = NULL; in tuplesort_reset()
2706 state->slabMemoryBegin = palloc(numSlots * SLAB_SLOT_SIZE); in init_slab_allocator()
2707 state->slabMemoryEnd = state->slabMemoryBegin + in init_slab_allocator()
2709 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2712 p = state->slabMemoryBegin; in init_slab_allocator()
2722 state->slabMemoryBegin = state->slabMemoryEnd = NULL; in init_slab_allocator()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/utils/sort/
H A Dtuplesort.c345 char *slabMemoryBegin; /* beginning of slab memory arena */ member
522 ((char *) (tuple) >= (state)->slabMemoryBegin && \
1468 state->slabMemoryBegin = NULL; in tuplesort_reset()
2706 state->slabMemoryBegin = palloc(numSlots * SLAB_SLOT_SIZE); in init_slab_allocator()
2707 state->slabMemoryEnd = state->slabMemoryBegin + in init_slab_allocator()
2709 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2712 p = state->slabMemoryBegin; in init_slab_allocator()
2722 state->slabMemoryBegin = state->slabMemoryEnd = NULL; in init_slab_allocator()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/utils/sort/
H A Dtuplesort.c345 char *slabMemoryBegin; /* beginning of slab memory arena */ member
522 ((char *) (tuple) >= (state)->slabMemoryBegin && \
1468 state->slabMemoryBegin = NULL; in tuplesort_reset()
2706 state->slabMemoryBegin = palloc(numSlots * SLAB_SLOT_SIZE); in init_slab_allocator()
2707 state->slabMemoryEnd = state->slabMemoryBegin + in init_slab_allocator()
2709 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2712 p = state->slabMemoryBegin; in init_slab_allocator()
2722 state->slabMemoryBegin = state->slabMemoryEnd = NULL; in init_slab_allocator()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/utils/sort/
H A Dtuplesort.c345 char *slabMemoryBegin; /* beginning of slab memory arena */ member
522 ((char *) (tuple) >= (state)->slabMemoryBegin && \
1544 state->slabMemoryBegin = NULL; in tuplesort_reset()
2782 state->slabMemoryBegin = palloc(numSlots * SLAB_SLOT_SIZE); in init_slab_allocator()
2783 state->slabMemoryEnd = state->slabMemoryBegin + in init_slab_allocator()
2785 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2788 p = state->slabMemoryBegin; in init_slab_allocator()
2798 state->slabMemoryBegin = state->slabMemoryEnd = NULL; in init_slab_allocator()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/sort/
H A Dtuplesort.c368 char *slabMemoryBegin; /* beginning of slab memory arena */ member
501 ((char *) (tuple) >= (state)->slabMemoryBegin && \
2522 state->slabMemoryBegin = palloc(numSlots * SLAB_SLOT_SIZE); in init_slab_allocator()
2523 state->slabMemoryEnd = state->slabMemoryBegin + in init_slab_allocator()
2525 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2528 p = state->slabMemoryBegin; in init_slab_allocator()
2538 state->slabMemoryBegin = state->slabMemoryEnd = NULL; in init_slab_allocator()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/sort/
H A Dtuplesort.c368 char *slabMemoryBegin; /* beginning of slab memory arena */ member
501 ((char *) (tuple) >= (state)->slabMemoryBegin && \
2522 state->slabMemoryBegin = palloc(numSlots * SLAB_SLOT_SIZE); in init_slab_allocator()
2523 state->slabMemoryEnd = state->slabMemoryBegin + in init_slab_allocator()
2525 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2528 p = state->slabMemoryBegin; in init_slab_allocator()
2538 state->slabMemoryBegin = state->slabMemoryEnd = NULL; in init_slab_allocator()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/sort/
H A Dtuplesort.c368 char *slabMemoryBegin; /* beginning of slab memory arena */ member
501 ((char *) (tuple) >= (state)->slabMemoryBegin && \
2522 state->slabMemoryBegin = palloc(numSlots * SLAB_SLOT_SIZE); in init_slab_allocator()
2523 state->slabMemoryEnd = state->slabMemoryBegin + in init_slab_allocator()
2525 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2528 p = state->slabMemoryBegin; in init_slab_allocator()
2538 state->slabMemoryBegin = state->slabMemoryEnd = NULL; in init_slab_allocator()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/sort/
H A Dtuplesort.c368 char *slabMemoryBegin; /* beginning of slab memory arena */ member
501 ((char *) (tuple) >= (state)->slabMemoryBegin && \
2522 state->slabMemoryBegin = palloc(numSlots * SLAB_SLOT_SIZE); in init_slab_allocator()
2523 state->slabMemoryEnd = state->slabMemoryBegin + in init_slab_allocator()
2525 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2528 p = state->slabMemoryBegin; in init_slab_allocator()
2538 state->slabMemoryBegin = state->slabMemoryEnd = NULL; in init_slab_allocator()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/sort/
H A Dtuplesort.c368 char *slabMemoryBegin; /* beginning of slab memory arena */ member
501 ((char *) (tuple) >= (state)->slabMemoryBegin && \
2522 state->slabMemoryBegin = palloc(numSlots * SLAB_SLOT_SIZE); in init_slab_allocator()
2523 state->slabMemoryEnd = state->slabMemoryBegin + in init_slab_allocator()
2525 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2528 p = state->slabMemoryBegin; in init_slab_allocator()
2538 state->slabMemoryBegin = state->slabMemoryEnd = NULL; in init_slab_allocator()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/sort/
H A Dtuplesort.c368 char *slabMemoryBegin; /* beginning of slab memory arena */ member
501 ((char *) (tuple) >= (state)->slabMemoryBegin && \
2522 state->slabMemoryBegin = palloc(numSlots * SLAB_SLOT_SIZE); in init_slab_allocator()
2523 state->slabMemoryEnd = state->slabMemoryBegin + in init_slab_allocator()
2525 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2528 p = state->slabMemoryBegin; in init_slab_allocator()
2538 state->slabMemoryBegin = state->slabMemoryEnd = NULL; in init_slab_allocator()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/sort/
H A Dtuplesort.c368 char *slabMemoryBegin; /* beginning of slab memory arena */ member
501 ((char *) (tuple) >= (state)->slabMemoryBegin && \
2522 state->slabMemoryBegin = palloc(numSlots * SLAB_SLOT_SIZE); in init_slab_allocator()
2523 state->slabMemoryEnd = state->slabMemoryBegin + in init_slab_allocator()
2525 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2528 p = state->slabMemoryBegin; in init_slab_allocator()
2538 state->slabMemoryBegin = state->slabMemoryEnd = NULL; in init_slab_allocator()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/sort/
H A Dtuplesort.c329 char *slabMemoryBegin; /* beginning of slab memory arena */ member
506 ((char *) (tuple) >= (state)->slabMemoryBegin && \
2532 state->slabMemoryBegin = palloc(numSlots * SLAB_SLOT_SIZE); in init_slab_allocator()
2533 state->slabMemoryEnd = state->slabMemoryBegin + in init_slab_allocator()
2535 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2538 p = state->slabMemoryBegin; in init_slab_allocator()
2548 state->slabMemoryBegin = state->slabMemoryEnd = NULL; in init_slab_allocator()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/sort/
H A Dtuplesort.c329 char *slabMemoryBegin; /* beginning of slab memory arena */ member
506 ((char *) (tuple) >= (state)->slabMemoryBegin && \
2532 state->slabMemoryBegin = palloc(numSlots * SLAB_SLOT_SIZE); in init_slab_allocator()
2533 state->slabMemoryEnd = state->slabMemoryBegin + in init_slab_allocator()
2535 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2538 p = state->slabMemoryBegin; in init_slab_allocator()
2548 state->slabMemoryBegin = state->slabMemoryEnd = NULL; in init_slab_allocator()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/sort/
H A Dtuplesort.c329 char *slabMemoryBegin; /* beginning of slab memory arena */ member
506 ((char *) (tuple) >= (state)->slabMemoryBegin && \
2532 state->slabMemoryBegin = palloc(numSlots * SLAB_SLOT_SIZE); in init_slab_allocator()
2533 state->slabMemoryEnd = state->slabMemoryBegin + in init_slab_allocator()
2535 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2538 p = state->slabMemoryBegin; in init_slab_allocator()
2548 state->slabMemoryBegin = state->slabMemoryEnd = NULL; in init_slab_allocator()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/sort/
H A Dtuplesort.c329 char *slabMemoryBegin; /* beginning of slab memory arena */ member
506 ((char *) (tuple) >= (state)->slabMemoryBegin && \
2532 state->slabMemoryBegin = palloc(numSlots * SLAB_SLOT_SIZE); in init_slab_allocator()
2533 state->slabMemoryEnd = state->slabMemoryBegin + in init_slab_allocator()
2535 state->slabFreeHead = (SlabSlot *) state->slabMemoryBegin; in init_slab_allocator()
2538 p = state->slabMemoryBegin; in init_slab_allocator()
2548 state->slabMemoryBegin = state->slabMemoryEnd = NULL; in init_slab_allocator()

12