> +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
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to