Home
last modified time | relevance | path

Searched refs:allocation_object (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dalloc-pool.h160 struct allocation_object struct
181 static inline allocation_object* argument
184 return (allocation_object *)(((char *)(data_ptr)) in get_instance() argument
185 - offsetof (allocation_object, in get_instance()
193 return (void*)(((allocation_object *) instance_ptr)->u.data); in get_data() argument
268 size += offsetof (allocation_object, u.data); in initialize()
361 size = m_elt_size - offsetof (allocation_object, u.data); in allocate()
400 ((allocation_object*) block)->id = 0; in allocate()
417 allocation_object::get_instance (header)->id = m_id; in allocate()
429 int size = m_elt_size - offsetof (allocation_object, u.data); in remove()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dalloc-pool.h161 struct allocation_object struct
182 static inline allocation_object* argument
185 return (allocation_object *)(((char *)(data_ptr)) in get_instance() argument
186 - offsetof (allocation_object, in get_instance()
194 return (void*)(((allocation_object *) instance_ptr)->u.data); in get_data() argument
270 size += offsetof (allocation_object, u.data); in initialize()
363 size = m_elt_size - offsetof (allocation_object, u.data); in allocate()
402 ((allocation_object*) block)->id = 0; in allocate()
419 allocation_object::get_instance (header)->id = m_id; in allocate()
431 int size = m_elt_size - offsetof (allocation_object, u.data); in remove()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dalloc-pool.h162 struct allocation_object struct
183 static inline allocation_object* argument
186 return (allocation_object *)(((char *)(data_ptr)) in get_instance() argument
187 - offsetof (allocation_object, in get_instance()
195 return (void*)(((allocation_object *) instance_ptr)->u.data); in get_data() argument
271 size += offsetof (allocation_object, u.data); in initialize()
364 size = m_elt_size - offsetof (allocation_object, u.data); in allocate()
403 ((allocation_object*) block)->id = 0; in allocate()
420 allocation_object::get_instance (header)->id = m_id; in allocate()
432 int size = m_elt_size - offsetof (allocation_object, u.data); in remove()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dalloc-pool.h160 struct allocation_object struct
181 static inline allocation_object* argument
184 return (allocation_object *)(((char *)(data_ptr)) in get_instance() argument
185 - offsetof (allocation_object, in get_instance()
193 return (void*)(((allocation_object *) instance_ptr)->u.data); in get_data() argument
267 size += offsetof (allocation_object, u.data); in initialize()
360 size = m_elt_size - offsetof (allocation_object, u.data); in allocate()
399 ((allocation_object*) block)->id = 0; in allocate()
416 allocation_object::get_instance (header)->id = m_id; in allocate()
428 int size = m_elt_size - offsetof (allocation_object, u.data); in remove()
[all …]
H A DChangeLog10844 * alloc-pool.h (struct allocation_object): Make id member
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dalloc-pool.h160 struct allocation_object struct
181 static inline allocation_object* argument
184 return (allocation_object *)(((char *)(data_ptr)) in get_instance() argument
185 - offsetof (allocation_object, in get_instance()
193 return (void*)(((allocation_object *) instance_ptr)->u.data); in get_data() argument
268 size += offsetof (allocation_object, u.data); in initialize()
361 size = m_elt_size - offsetof (allocation_object, u.data); in allocate()
400 ((allocation_object*) block)->id = 0; in allocate()
417 allocation_object::get_instance (header)->id = m_id; in allocate()
429 int size = m_elt_size - offsetof (allocation_object, u.data); in remove()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dalloc-pool.h162 struct allocation_object struct
183 static inline allocation_object* argument
186 return (allocation_object *)(((char *)(data_ptr)) in get_instance() argument
187 - offsetof (allocation_object, in get_instance()
195 return (void*)(((allocation_object *) instance_ptr)->u.data); in get_data() argument
271 size += offsetof (allocation_object, u.data); in initialize()
364 size = m_elt_size - offsetof (allocation_object, u.data); in allocate()
403 ((allocation_object*) block)->id = 0; in allocate()
420 allocation_object::get_instance (header)->id = m_id; in allocate()
432 int size = m_elt_size - offsetof (allocation_object, u.data); in remove()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dalloc-pool.h162 struct allocation_object struct
183 static inline allocation_object* argument
186 return (allocation_object *)(((char *)(data_ptr)) in get_instance() argument
187 - offsetof (allocation_object, in get_instance()
195 return (void*)(((allocation_object *) instance_ptr)->u.data); in get_data() argument
271 size += offsetof (allocation_object, u.data); in initialize()
364 size = m_elt_size - offsetof (allocation_object, u.data); in allocate()
403 ((allocation_object*) block)->id = 0; in allocate()
420 allocation_object::get_instance (header)->id = m_id; in allocate()
432 int size = m_elt_size - offsetof (allocation_object, u.data); in remove()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dalloc-pool.h162 struct allocation_object struct
183 static inline allocation_object* argument
186 return (allocation_object *)(((char *)(data_ptr)) in get_instance() argument
187 - offsetof (allocation_object, in get_instance()
195 return (void*)(((allocation_object *) instance_ptr)->u.data); in get_data() argument
271 size += offsetof (allocation_object, u.data); in initialize()
364 size = m_elt_size - offsetof (allocation_object, u.data); in allocate()
403 ((allocation_object*) block)->id = 0; in allocate()
420 allocation_object::get_instance (header)->id = m_id; in allocate()
432 int size = m_elt_size - offsetof (allocation_object, u.data); in remove()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dalloc-pool.h160 struct allocation_object struct
181 static inline allocation_object* argument
184 return (allocation_object *)(((char *)(data_ptr)) in get_instance() argument
185 - offsetof (allocation_object, in get_instance()
193 return (void*)(((allocation_object *) instance_ptr)->u.data); in get_data() argument
268 size += offsetof (allocation_object, u.data); in initialize()
361 size = m_elt_size - offsetof (allocation_object, u.data); in allocate()
400 ((allocation_object*) block)->id = 0; in allocate()
417 allocation_object::get_instance (header)->id = m_id; in allocate()
429 int size = m_elt_size - offsetof (allocation_object, u.data); in remove()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dalloc-pool.h160 struct allocation_object struct
181 static inline allocation_object* argument
184 return (allocation_object *)(((char *)(data_ptr)) in get_instance() argument
185 - offsetof (allocation_object, in get_instance()
193 return (void*)(((allocation_object *) instance_ptr)->u.data); in get_data() argument
268 size += offsetof (allocation_object, u.data); in initialize()
361 size = m_elt_size - offsetof (allocation_object, u.data); in allocate()
400 ((allocation_object*) block)->id = 0; in allocate()
417 allocation_object::get_instance (header)->id = m_id; in allocate()
429 int size = m_elt_size - offsetof (allocation_object, u.data); in remove()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dalloc-pool.h160 struct allocation_object struct
181 static inline allocation_object* argument
184 return (allocation_object *)(((char *)(data_ptr)) in get_instance() argument
185 - offsetof (allocation_object, in get_instance()
193 return (void*)(((allocation_object *) instance_ptr)->u.data); in get_data() argument
268 size += offsetof (allocation_object, u.data); in initialize()
361 size = m_elt_size - offsetof (allocation_object, u.data); in allocate()
400 ((allocation_object*) block)->id = 0; in allocate()
417 allocation_object::get_instance (header)->id = m_id; in allocate()
429 int size = m_elt_size - offsetof (allocation_object, u.data); in remove()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dalloc-pool.h162 struct allocation_object struct
183 static inline allocation_object* argument
186 return (allocation_object *)(((char *)(data_ptr)) in get_instance() argument
187 - offsetof (allocation_object, in get_instance()
195 return (void*)(((allocation_object *) instance_ptr)->u.data); in get_data() argument
271 size += offsetof (allocation_object, u.data); in initialize()
364 size = m_elt_size - offsetof (allocation_object, u.data); in allocate()
403 ((allocation_object*) block)->id = 0; in allocate()
420 allocation_object::get_instance (header)->id = m_id; in allocate()
432 int size = m_elt_size - offsetof (allocation_object, u.data); in remove()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dalloc-pool.h162 struct allocation_object struct
183 static inline allocation_object* argument
186 return (allocation_object *)(((char *)(data_ptr)) in get_instance() argument
187 - offsetof (allocation_object, in get_instance()
195 return (void*)(((allocation_object *) instance_ptr)->u.data); in get_data() argument
271 size += offsetof (allocation_object, u.data); in initialize()
364 size = m_elt_size - offsetof (allocation_object, u.data); in allocate()
403 ((allocation_object*) block)->id = 0; in allocate()
420 allocation_object::get_instance (header)->id = m_id; in allocate()
432 int size = m_elt_size - offsetof (allocation_object, u.data); in remove()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dalloc-pool.h160 struct allocation_object struct
181 static inline allocation_object* argument
184 return (allocation_object *)(((char *)(data_ptr)) in get_instance() argument
185 - offsetof (allocation_object, in get_instance()
193 return (void*)(((allocation_object *) instance_ptr)->u.data); in get_data() argument
268 size += offsetof (allocation_object, u.data); in initialize()
361 size = m_elt_size - offsetof (allocation_object, u.data); in allocate()
400 ((allocation_object*) block)->id = 0; in allocate()
417 allocation_object::get_instance (header)->id = m_id; in allocate()
429 int size = m_elt_size - offsetof (allocation_object, u.data); in remove()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dalloc-pool.h162 struct allocation_object struct
183 static inline allocation_object* argument
186 return (allocation_object *)(((char *)(data_ptr)) in get_instance() argument
187 - offsetof (allocation_object, in get_instance()
195 return (void*)(((allocation_object *) instance_ptr)->u.data); in get_data() argument
271 size += offsetof (allocation_object, u.data); in initialize()
364 size = m_elt_size - offsetof (allocation_object, u.data); in allocate()
403 ((allocation_object*) block)->id = 0; in allocate()
420 allocation_object::get_instance (header)->id = m_id; in allocate()
432 int size = m_elt_size - offsetof (allocation_object, u.data); in remove()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dalloc-pool.h161 struct allocation_object struct
182 static inline allocation_object* argument
185 return (allocation_object *)(((char *)(data_ptr)) in get_instance() argument
186 - offsetof (allocation_object, in get_instance()
194 return (void*)(((allocation_object *) instance_ptr)->u.data); in get_data() argument
270 size += offsetof (allocation_object, u.data); in initialize()
363 size = m_elt_size - offsetof (allocation_object, u.data); in allocate()
402 ((allocation_object*) block)->id = 0; in allocate()
419 allocation_object::get_instance (header)->id = m_id; in allocate()
431 int size = m_elt_size - offsetof (allocation_object, u.data); in remove()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dalloc-pool.h161 struct allocation_object struct
182 static inline allocation_object* argument
185 return (allocation_object *)(((char *)(data_ptr)) in get_instance() argument
186 - offsetof (allocation_object, in get_instance()
194 return (void*)(((allocation_object *) instance_ptr)->u.data); in get_data() argument
270 size += offsetof (allocation_object, u.data); in initialize()
363 size = m_elt_size - offsetof (allocation_object, u.data); in allocate()
402 ((allocation_object*) block)->id = 0; in allocate()
419 allocation_object::get_instance (header)->id = m_id; in allocate()
431 int size = m_elt_size - offsetof (allocation_object, u.data); in remove()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dalloc-pool.h160 struct allocation_object struct
181 static inline allocation_object* argument
184 return (allocation_object *)(((char *)(data_ptr)) in get_instance() argument
185 - offsetof (allocation_object, in get_instance()
193 return (void*)(((allocation_object *) instance_ptr)->u.data); in get_data() argument
267 size += offsetof (allocation_object, u.data); in initialize()
360 size = m_elt_size - offsetof (allocation_object, u.data); in allocate()
399 ((allocation_object*) block)->id = 0; in allocate()
416 allocation_object::get_instance (header)->id = m_id; in allocate()
428 int size = m_elt_size - offsetof (allocation_object, u.data); in remove()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dalloc-pool.c50 } allocation_object; typedef
54 ((allocation_object *) (((char *) (X)) \
55 - offsetof (allocation_object, u.data)))
59 ((void *) (((allocation_object *) (X))->u.data))
139 size += offsetof (allocation_object, u.data); in create_alloc_pool()
249 ((allocation_object *) block)->id = 0; in pool_alloc()
284 memset (ptr, 0xaf, pool->elt_size - offsetof (allocation_object, u.data)); in pool_free()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dalloc-pool.c60 } allocation_object; typedef
64 ((allocation_object *) (((char *) (X)) \
65 - offsetof (allocation_object, u.data)))
69 ((void *) (((allocation_object *) (X))->u.data))
150 size += offsetof (allocation_object, u.data); in create_alloc_pool()
267 ((allocation_object *) block)->id = 0; in pool_alloc()
303 memset (ptr, 0xaf, pool->elt_size - offsetof (allocation_object, u.data)); in pool_free()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dalloc-pool.c60 } allocation_object; typedef
64 ((allocation_object *) (((char *) (X)) \
65 - offsetof (allocation_object, u.data)))
69 ((void *) (((allocation_object *) (X))->u.data))
150 size += offsetof (allocation_object, u.data); in create_alloc_pool()
267 ((allocation_object *) block)->id = 0; in pool_alloc()
303 memset (ptr, 0xaf, pool->elt_size - offsetof (allocation_object, u.data)); in pool_free()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dalloc-pool.c48 } allocation_object; typedef
52 ((allocation_object *) (((char *) (X)) \
53 - offsetof (allocation_object, u.data)))
57 ((void *) (((allocation_object *) (X))->u.data))
148 size += offsetof (allocation_object, u.data); in create_alloc_pool()
269 size = pool->elt_size - offsetof (allocation_object, u.data); in pool_alloc()
308 ((allocation_object *) block)->id = 0; in pool_alloc()
339 size = pool->elt_size - offsetof (allocation_object, u.data); in pool_free()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dalloc-pool.c48 } allocation_object; typedef
52 ((allocation_object *) (((char *) (X)) \
53 - offsetof (allocation_object, u.data)))
57 ((void *) (((allocation_object *) (X))->u.data))
148 size += offsetof (allocation_object, u.data); in create_alloc_pool()
269 size = pool->elt_size - offsetof (allocation_object, u.data); in pool_alloc()
308 ((allocation_object *) block)->id = 0; in pool_alloc()
339 size = pool->elt_size - offsetof (allocation_object, u.data); in pool_free()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dalloc-pool.c48 } allocation_object; typedef
52 ((allocation_object *) (((char *) (X)) \
53 - offsetof (allocation_object, u.data)))
57 ((void *) (((allocation_object *) (X))->u.data))
148 size += offsetof (allocation_object, u.data); in create_alloc_pool()
269 size = pool->elt_size - offsetof (allocation_object, u.data); in pool_alloc()
308 ((allocation_object *) block)->id = 0; in pool_alloc()
339 size = pool->elt_size - offsetof (allocation_object, u.data); in pool_free()

12