Functions
void* librdf_alloc_memory(size_t size)
librdf_alloc_memory
void* librdf_calloc_memory(size_t nmemb, size_t size)
librdf_calloc_memory
void librdf_free_memory(void *ptr)
librdf_free_memory
librdf_hash* librdf_new_hash(librdf_world *world, const char *name)
librdf_new_hash
librdf_statement*