9564b30fdb
Martijn van Buul. GNU libsigsegv is a library for handling page faults in user mode. A page fault occurs when a program tries to access a region of memory that is currently unavailable. Catching and handling a page fault is a useful technique for implementing: * Pageable virtual memory * Memory-mapped access to persistent databases * Generational garbage collectors * Stack overflow handlers * Distributed shared memory
3 lines
100 B
Text
3 lines
100 B
Text
@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/11 22:00:01 wiz Exp $
|
|
include/sigsegv.h
|
|
lib/libsigsegv.la
|