Searched refs:pool_alloc (Results 1 – 9 of 9) sorted by relevance
/external/arm-trusted-firmware/lib/fconf/ |
D | fconf_cot_getter.c | 91 auth_buf = pool_alloc(&hash_auth_buf_pool); in update_parent_auth_data() 93 auth_buf = pool_alloc(&pk_auth_buf_pool); in update_parent_auth_data() 157 auth_param_type_desc = pool_alloc(&auth_param_type_descs_pool); in set_auth_method() 204 *oid = pool_alloc(&oid_pool); in get_oid()
|
D | fconf_dyn_cfg_getter.c | 37 dtb_info = pool_alloc(&dtb_info_pool); in set_config_info()
|
/external/arm-trusted-firmware/include/lib/ |
D | object_pool.h | 74 static inline void *pool_alloc(struct object_pool *pool) in pool_alloc() function
|
/external/rust/crates/vulkano/src/command_buffer/synced/ |
D | builder.rs | 122 pool_alloc: &UnsafeCommandPoolAlloc, in new() 136 let cmd = UnsafeCommandBufferBuilder::new(pool_alloc, level, usage)?; in new()
|
/external/arm-trusted-firmware/plat/arm/common/fconf/ |
D | arm_fconf_io.c | 320 uuid_ptr = pool_alloc(&fconf_arm_uuids_pool); in fconf_populate_arm_io_policies()
|
/external/rust/crates/vulkano/src/command_buffer/ |
D | sys.rs | 99 pool_alloc: &UnsafeCommandPoolAlloc, in new() 111 let device = pool_alloc.device().clone(); in new() 194 .begin_command_buffer(pool_alloc.internal_object(), &infos), in new() 198 command_buffer: pool_alloc.internal_object(), in new()
|
D | auto.rs | 412 pool_alloc: self.pool_builder_alloc.into_alloc(), in build() 441 pool_alloc: self.pool_builder_alloc.into_alloc(), in build() 2205 pool_alloc: P, // Safety: must be dropped after `inner` field 2313 pool_alloc: P, // Safety: must be dropped after `inner` field
|
/external/llvm/test/CodeGen/X86/ |
D | 2007-10-15-CoalescerCrash.ll | 225 declare i8* @pool_alloc(%struct.alloc_pool_def*)
|
/external/arm-trusted-firmware/docs/ |
D | change-log.rst | 2293 - Adds ``pool_alloc`` and ``pool_alloc_n`` functions
|