Searched refs:ShmAllocSpace (Results 1 – 3 of 3) sorted by relevance
52 ShmAllocSpace *space;64 ShmAllocSpace *67 ShmAllocSpace *self = spalloc_new (ShmAllocSpace); in shm_alloc_space_new()69 memset (self, 0, sizeof (ShmAllocSpace)); in shm_alloc_space_new()77 shm_alloc_space_free (ShmAllocSpace * self) in shm_alloc_space_free()80 spalloc_free (ShmAllocSpace, self); in shm_alloc_space_free()85 shm_alloc_space_alloc_block (ShmAllocSpace * self, unsigned long size) in shm_alloc_space_alloc_block()139 ShmAllocSpace *self = block->space; in shm_alloc_space_free_block()156 shm_alloc_space_block_get (ShmAllocSpace * self, unsigned long offset) in shm_alloc_space_block_get()
53 typedef struct _ShmAllocSpace ShmAllocSpace; typedef56 ShmAllocSpace *shm_alloc_space_new (size_t size);57 void shm_alloc_space_free (ShmAllocSpace * self);60 ShmAllocBlock *shm_alloc_space_alloc_block (ShmAllocSpace * self,66 ShmAllocBlock * shm_alloc_space_block_get (ShmAllocSpace * space,
102 ShmAllocSpace *allocspace;