Parent Directory
|
Revision Log
|
Patch
| Revision 1.1 by sysadm, Thu Jun 12 09:46:42 2025 UTC | Revision 1.2 by sysadm, Sat Jun 21 02:15:18 2025 UTC | |
|---|---|---|
| # | Line 14 | Line 14 |
| 14 | * * | * * |
| 15 | ***************************************************************************/ | ***************************************************************************/ |
| 16 | ||
| #include "memory_pool.h" | ||
| 17 | #include "log.h" | #include "log.h" |
| 18 | #include "memory_pool.h" | |
| 19 | #include <stdio.h> | #include <stdio.h> |
| #include <unistd.h> | ||
| 20 | #include <string.h> | #include <string.h> |
| 21 | #include <unistd.h> | |
| 22 | ||
| 23 | #define NODE_SIZE 1023 | #define NODE_SIZE 1023 |
| 24 | #define NODE_PER_CHUNK 1000 | #define NODE_PER_CHUNK 1000 |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |