Home
last modified time | relevance | path

Searched refs:allocated_bytes (Results 26 – 50 of 478) sorted by relevance

12345678910>>...20

/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/storage/ipc/
H A Dshm_toc.c87 Size allocated_bytes; in shm_toc_allocate() local
97 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_allocate()
100 + allocated_bytes; in shm_toc_allocate()
114 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
125 Size allocated_bytes; in shm_toc_freespace() local
131 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_freespace()
136 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
137 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
165 Size allocated_bytes; in shm_toc_insert() local
177 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_insert()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/storage/ipc/
H A Dshm_toc.c87 Size allocated_bytes; in shm_toc_allocate() local
97 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_allocate()
100 + allocated_bytes; in shm_toc_allocate()
114 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
125 Size allocated_bytes; in shm_toc_freespace() local
131 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_freespace()
136 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
137 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
165 Size allocated_bytes; in shm_toc_insert() local
177 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_insert()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/storage/ipc/
H A Dshm_toc.c87 Size allocated_bytes; in shm_toc_allocate() local
97 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_allocate()
100 + allocated_bytes; in shm_toc_allocate()
114 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
125 Size allocated_bytes; in shm_toc_freespace() local
131 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_freespace()
136 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
137 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
165 Size allocated_bytes; in shm_toc_insert() local
177 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_insert()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/storage/ipc/
H A Dshm_toc.c87 Size allocated_bytes; in shm_toc_allocate() local
97 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_allocate()
100 + allocated_bytes; in shm_toc_allocate()
114 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
125 Size allocated_bytes; in shm_toc_freespace() local
131 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_freespace()
136 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
137 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
165 Size allocated_bytes; in shm_toc_insert() local
177 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_insert()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/storage/ipc/
H A Dshm_toc.c87 Size allocated_bytes; in shm_toc_allocate() local
97 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_allocate()
100 + allocated_bytes; in shm_toc_allocate()
114 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
125 Size allocated_bytes; in shm_toc_freespace() local
131 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_freespace()
136 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
137 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
165 uint64 allocated_bytes; in shm_toc_insert() local
177 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_insert()
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/storage/ipc/
H A Dshm_toc.c87 Size allocated_bytes; in shm_toc_allocate() local
97 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_allocate()
100 + allocated_bytes; in shm_toc_allocate()
114 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
125 Size allocated_bytes; in shm_toc_freespace() local
131 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_freespace()
136 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
137 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
165 uint64 allocated_bytes; in shm_toc_insert() local
177 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_insert()
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/storage/ipc/
H A Dshm_toc.c87 Size allocated_bytes; in shm_toc_allocate() local
97 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_allocate()
100 + allocated_bytes; in shm_toc_allocate()
114 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
125 Size allocated_bytes; in shm_toc_freespace() local
131 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_freespace()
136 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
137 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
165 uint64 allocated_bytes; in shm_toc_insert() local
177 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_insert()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/storage/ipc/
H A Dshm_toc.c87 Size allocated_bytes; in shm_toc_allocate() local
97 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_allocate()
100 + allocated_bytes; in shm_toc_allocate()
114 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
125 Size allocated_bytes; in shm_toc_freespace() local
131 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_freespace()
136 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
137 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
165 uint64 allocated_bytes; in shm_toc_insert() local
177 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_insert()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_coding/neteq/tools/
H A Dpacket.cc26 size_t allocated_bytes, in Packet() argument
32 packet_length_bytes_(allocated_bytes), in Packet()
48 Packet::Packet(uint8_t* packet_memory, size_t allocated_bytes, double time_ms) in Packet() argument
50 allocated_bytes, in Packet()
51 allocated_bytes, in Packet()
53 RtpUtility::RtpHeaderParser(packet_memory, allocated_bytes)) {} in Packet()
56 size_t allocated_bytes, in Packet() argument
60 allocated_bytes, in Packet()
63 RtpUtility::RtpHeaderParser(packet_memory, allocated_bytes)) {} in Packet()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_coding/neteq/tools/
H A Dpacket.cc26 size_t allocated_bytes, in Packet() argument
32 packet_length_bytes_(allocated_bytes), in Packet()
48 Packet::Packet(uint8_t* packet_memory, size_t allocated_bytes, double time_ms) in Packet() argument
50 allocated_bytes, in Packet()
51 allocated_bytes, in Packet()
53 RtpUtility::RtpHeaderParser(packet_memory, allocated_bytes)) {} in Packet()
56 size_t allocated_bytes, in Packet() argument
60 allocated_bytes, in Packet()
63 RtpUtility::RtpHeaderParser(packet_memory, allocated_bytes)) {} in Packet()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_coding/neteq/tools/
H A Dpacket.cc26 size_t allocated_bytes, in Packet() argument
32 packet_length_bytes_(allocated_bytes), in Packet()
48 Packet::Packet(uint8_t* packet_memory, size_t allocated_bytes, double time_ms) in Packet() argument
50 allocated_bytes, in Packet()
51 allocated_bytes, in Packet()
53 RtpUtility::RtpHeaderParser(packet_memory, allocated_bytes)) {} in Packet()
56 size_t allocated_bytes, in Packet() argument
60 allocated_bytes, in Packet()
63 RtpUtility::RtpHeaderParser(packet_memory, allocated_bytes)) {} in Packet()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_coding/neteq/tools/
H A Dpacket.cc26 size_t allocated_bytes, in Packet() argument
32 packet_length_bytes_(allocated_bytes), in Packet()
48 Packet::Packet(uint8_t* packet_memory, size_t allocated_bytes, double time_ms) in Packet() argument
50 allocated_bytes, in Packet()
51 allocated_bytes, in Packet()
53 RtpUtility::RtpHeaderParser(packet_memory, allocated_bytes)) {} in Packet()
56 size_t allocated_bytes, in Packet() argument
60 allocated_bytes, in Packet()
63 RtpUtility::RtpHeaderParser(packet_memory, allocated_bytes)) {} in Packet()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/storage/ipc/
H A Dshm_toc.c92 Size allocated_bytes; in shm_toc_allocate() local
107 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_allocate()
110 + allocated_bytes; in shm_toc_allocate()
124 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
135 Size allocated_bytes; in shm_toc_freespace() local
141 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_freespace()
146 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
147 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
175 Size allocated_bytes; in shm_toc_insert() local
187 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_insert()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/storage/ipc/
H A Dshm_toc.c92 Size allocated_bytes; in shm_toc_allocate() local
107 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_allocate()
110 + allocated_bytes; in shm_toc_allocate()
124 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
135 Size allocated_bytes; in shm_toc_freespace() local
141 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_freespace()
146 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
147 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
175 Size allocated_bytes; in shm_toc_insert() local
187 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_insert()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/storage/ipc/
H A Dshm_toc.c92 Size allocated_bytes; in shm_toc_allocate() local
107 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_allocate()
110 + allocated_bytes; in shm_toc_allocate()
124 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
135 Size allocated_bytes; in shm_toc_freespace() local
141 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_freespace()
146 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
147 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
175 Size allocated_bytes; in shm_toc_insert() local
187 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_insert()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/storage/ipc/
H A Dshm_toc.c92 Size allocated_bytes; in shm_toc_allocate() local
107 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_allocate()
110 + allocated_bytes; in shm_toc_allocate()
124 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
135 Size allocated_bytes; in shm_toc_freespace() local
141 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_freespace()
146 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
147 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
175 Size allocated_bytes; in shm_toc_insert() local
187 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_insert()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/storage/ipc/
H A Dshm_toc.c92 Size allocated_bytes;
107 allocated_bytes = vtoc->toc_allocated_bytes;
110 + allocated_bytes;
124 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes);
135 Size allocated_bytes;
141 allocated_bytes = vtoc->toc_allocated_bytes;
146 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes);
147 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes));
175 Size allocated_bytes;
187 allocated_bytes = vtoc->toc_allocated_bytes;
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/storage/ipc/
H A Dshm_toc.c92 Size allocated_bytes;
107 allocated_bytes = vtoc->toc_allocated_bytes;
110 + allocated_bytes;
124 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes);
135 Size allocated_bytes;
141 allocated_bytes = vtoc->toc_allocated_bytes;
146 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes);
147 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes));
175 Size allocated_bytes; in MR795_gain_code_quant3()
187 allocated_bytes = vtoc->toc_allocated_bytes; in MR795_gain_code_quant3()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/storage/ipc/
H A Dshm_toc.c92 Size allocated_bytes; in shm_toc_allocate() local
107 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_allocate()
110 + allocated_bytes; in shm_toc_allocate()
124 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
135 Size allocated_bytes; in shm_toc_freespace() local
141 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_freespace()
146 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
147 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
175 Size allocated_bytes; in shm_toc_insert() local
187 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_insert()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/storage/ipc/
H A Dshm_toc.c92 Size allocated_bytes; in shm_toc_allocate() local
107 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_allocate()
110 + allocated_bytes; in shm_toc_allocate()
124 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
135 Size allocated_bytes; in shm_toc_freespace() local
141 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_freespace()
146 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
147 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
175 Size allocated_bytes; in shm_toc_insert() local
187 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_insert()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/storage/ipc/
H A Dshm_toc.c92 Size allocated_bytes; in shm_toc_allocate() local
107 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_allocate()
110 + allocated_bytes; in shm_toc_allocate()
124 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
135 Size allocated_bytes; in shm_toc_freespace() local
141 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_freespace()
146 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
147 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
175 Size allocated_bytes; in shm_toc_insert() local
187 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_insert()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/storage/ipc/
H A Dshm_toc.c92 Size allocated_bytes; in shm_toc_allocate() local
107 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_allocate()
110 + allocated_bytes; in shm_toc_allocate()
124 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
135 Size allocated_bytes; in shm_toc_freespace() local
141 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_freespace()
146 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
147 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
175 Size allocated_bytes; in shm_toc_insert() local
187 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_insert()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/storage/ipc/
H A Dshm_toc.c92 Size allocated_bytes; in shm_toc_allocate() local
107 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_allocate()
110 + allocated_bytes; in shm_toc_allocate()
124 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
135 Size allocated_bytes; in shm_toc_freespace() local
141 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_freespace()
146 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
147 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
175 Size allocated_bytes; in shm_toc_insert() local
187 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_insert()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/storage/ipc/
H A Dshm_toc.c92 Size allocated_bytes; in shm_toc_allocate() local
107 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_allocate()
110 + allocated_bytes; in shm_toc_allocate()
124 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
135 Size allocated_bytes; in shm_toc_freespace() local
141 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_freespace()
146 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
147 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
175 Size allocated_bytes; in shm_toc_insert() local
187 allocated_bytes = vtoc->toc_allocated_bytes; in shm_toc_insert()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/storage/ipc/
H A Dshm_toc.c92 Size allocated_bytes;
107 allocated_bytes = vtoc->toc_allocated_bytes;
110 + allocated_bytes;
124 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes);
135 Size allocated_bytes;
141 allocated_bytes = vtoc->toc_allocated_bytes;
146 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes);
147 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes));
175 Size allocated_bytes;
187 allocated_bytes = vtoc->toc_allocated_bytes;
[all …]

12345678910>>...20