Loading...
Select Version
&pagelevel(3)&pagelevel
“brk, sbrk - modify size of data segment”
“bzero - initialize memory with X‘00‘”
“free - free allocated memory”
“garbcoll - release memory space to system(BS2000)”
“memalloc - memory allocator(BS2000)”
“memchr - find byte in memory”
“memcmp - compare bytes in memory”
“memfree - free memory area(BS2000)”
“memmove - copy bytes in memory with overlapping areas”
“memset - initialize memory area”
“mprotect - modify access protection for memory mapping”
“offsetof - get offset of structure component from start of structure(BS2000)”