Searched refs:tmem_malloc (Results 1 – 1 of 1) sorted by relevance
145 static void *tmem_malloc(size_t size, struct tmem_pool *pool) in tmem_malloc() function267 if ( (pgp = tmem_malloc(sizeof(struct tmem_page_descriptor), pool)) == NULL ) in pgp_alloc()440 objnode = tmem_malloc(sizeof(struct tmem_object_node),obj->pool); in rtn_alloc()612 if ( (obj = tmem_malloc(sizeof(struct tmem_object_root), pool)) == NULL ) in obj_alloc()694 if ( (sl = tmem_malloc(sizeof(struct share_list), NULL)) == NULL ) in shared_pool_join()1040 } else if ( (p = tmem_malloc(size,pgp->us.obj->pool)) == NULL ) { in do_tmem_put_compress()
Completed in 6 milliseconds