mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 09:41:05 -04:00
points. For library functions, the pattern is __sleep() <-- _libc_sleep() <-- sleep(). The arrows represent weak aliases. For system calls, the pattern is _read() <-- _libc_read() <-- read(). |
||
|---|---|---|
| .. | ||
| Makefile.inc | ||
| mpool.c | ||
| mpool.libtp | ||
| README | ||
# @(#)README 8.1 (Berkeley) 6/4/93 These are the current memory pool routines. They aren't ready for prime time, yet, and the interface is expected to change. --keith