|
nckernel
0.1
|
#include <sys/types.h>#include <stddef.h>#include <stdint.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <errno.h>#include <list.h>#include <ston.h>
Go to the source code of this file.
Data Structures | |
| struct | ston |
| struct | ston_item |
Functions | |
| void * | ston_create (struct ston *ston, const void *key) |
| 객체를 생성하거나, 이미 생성된 것을 찾는다. More... | |
| int | ston_destroy (struct ston *ston, void *obj) |
| 객체를 소멸 시킨다. (실제 소멸은 refcnt 에 따른다) More... | |
| int | ston_fini (struct ston *ston) |
| Singleton 객체 관리자를 소멸 시킨다. More... | |
| struct ston * | ston_init (struct ston_ops *ops) |
| Singleton 객체 관리자를 초기화 한다. More... | |
1.8.4