|
nckernel
0.1
|

Go to the source code of this file.
Data Structures | |
| struct | ston_ops |
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