Searched refs:bmallocator (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/usr/drivers/solarflare/
H A Dhelper.h24 struct bmallocator { struct
30 bool bmallocator_init(struct bmallocator *alloc, size_t n);
32 void bmallocator_destroy(struct bmallocator *alloc);
34 bool bmallocator_alloc(struct bmallocator *alloc, size_t *n);
36 bool bmallocator_free(struct bmallocator *alloc, size_t n);
H A Dhelper.c71 bool bmallocator_init(struct bmallocator *alloc, size_t n)
80 void bmallocator_destroy(struct bmallocator *alloc)
87 bool bmallocator_alloc(struct bmallocator *alloc, size_t *n)
108 bool bmallocator_free(struct bmallocator *alloc, size_t n)
H A Dsfn5122f_cdriver.c171 struct bmallocator msix_alloc;

Completed in 90 milliseconds