Searched refs:allocation_size (Results 1 – 2 of 2) sorted by relevance
370 int get_allocation_size(buffer_handle_t handle, uint64_t* allocation_size) in get_allocation_size() argument374 …= get_metadata(mapper, handle, MetadataType_AllocationSize, decodeAllocationSize, allocation_size); in get_allocation_size()
889 size_t allocation_size = sizeof(*metadata) + name_len + 1 + data_size; in parse_timeline_metadata_entry() local901 metadata = kmalloc(allocation_size, GFP_KERNEL); in parse_timeline_metadata_entry()