1tcp_pagein(3z) z88dk Programmer's Manual tcp_pagein(3z)
2
3
4
6 tcp_pagein - page the ZSock data area into the memory map
7
9 #include <net/misc.h>
10
11 u8_t tcp_pagein(void);
12
14 The tcp_pagein() function pages in the ZSock data area into segment 1
15 (addresses 16384-32767) of the z88s memory map.
16
17 This function is primarily of use to daemons which use the ZSock
18 dataarea for small amounts of storage.
19
20
22 tcp_pagein() returns the previous binding of segment 1 which should be
23 used as a parameter to tcp_pageout(3z)
24
25
27 tcp_pageout(3z), tcp_malloc(3z), tcp_calloc(3z) tcp_free(3z)
28
29
31 Dominic Morris <dom@jb.man.ac.uk>
32
33
34
35
36 18 February 2000 tcp_pagein(3z)