Re: [PATCH 1/2] Staging: memrar: Moved memrar_allocator struct to memrar_allocator.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> +size_t memrar_allocator_largest_free_area(struct memrar_allocator *allocator)
> +{
> +	if (allocator == NULL)
> +		return 0;
> +	return allocator->largest_free_area;
> +}

static ?
_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel


[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux