update Sun Apr 18 12:37:00 PDT 2010
[pkgsrc.git] / devel / libsigsegv25 / DESCR
1 GNU libsigsegv is a library for handling page faults in user mode. A page
2 fault occurs when a program tries to access a region of memory that is
3 currently unavailable. Catching and handling a page fault is a useful
4 technique for implementing:
5
6 * Pageable virtual memory
7 * Memory-mapped access to persistent databases
8 * Generational garbage collectors
9 * Stack overflow handlers
10 * Distributed shared memory