N
AME
low_level
- low level routines supplied by pike
D
ESCRIPTION
These functions are here to help you write fast and portable modules. Pike itself also uses them for the same purpose.
K
EYWORDS
internals
R
ELATED
P
AGES
hashmem
- hash a memory region
init_memsearch
- initialize a memory search struct
memory_search
- search memory for a sequence of bytes
reorder
- re-order an array of memory blocks
set_close_on_exec
- set the close-on-exec flag on a filedescriptor
set_nonblocking
- set a filedescriptor nonblocking
set_read_callback
- set 'buffer available' callback
xalloc
- fail-safe memory allocation