HelenOS sources

memory_blob_t     187 uspace/lib/bithenge/src/blob.c static inline memory_blob_t *blob_as_memory(bithenge_blob_t *base)
memory_blob_t     189 uspace/lib/bithenge/src/blob.c 	return (memory_blob_t *)base;
memory_blob_t     192 uspace/lib/bithenge/src/blob.c static inline bithenge_blob_t *memory_as_blob(memory_blob_t *blob)
memory_blob_t     199 uspace/lib/bithenge/src/blob.c 	memory_blob_t *blob = blob_as_memory(base);
memory_blob_t     209 uspace/lib/bithenge/src/blob.c 	memory_blob_t *blob = blob_as_memory(base);
memory_blob_t     219 uspace/lib/bithenge/src/blob.c 	memory_blob_t *blob = blob_as_memory(base);
memory_blob_t     249 uspace/lib/bithenge/src/blob.c 	memory_blob_t *blob = malloc(sizeof(*blob));
HelenOS homepage, sources at GitHub