X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=doc%2Fhtml%2Fref%2Fposix-memory-management.html;fp=doc%2Fhtml%2Fref%2Fposix-memory-management.html;h=0000000000000000000000000000000000000000;hb=739c21725ce2774a605a0f1de3edaac2c43aea0f;hp=7fda5d5d0c09da5f663b0c436df3df0ac953fc51;hpb=ae71e0fa8076a1b59600b3a0ea10155a2cb534ae;p=karo-tx-redboot.git diff --git a/doc/html/ref/posix-memory-management.html b/doc/html/ref/posix-memory-management.html deleted file mode 100644 index 7fda5d5d..00000000 --- a/doc/html/ref/posix-memory-management.html +++ /dev/null @@ -1,199 +0,0 @@ - - - - - - - - -Memory Management [POSIX Section 12] -
eCos Reference Manual
PrevChapter 31. POSIX Standard SupportNext

Memory Management [POSIX Section 12]

Functions Implemented

<none>

Functions Omitted

int mlockall( int flags ); 
-int munlockall( void ); 
-int mlock( const void *addr, size_t len ); 
-int munlock( const void *addr, size_t len ); 
-void mmap( void *addr, size_t len, int prot, int flags, 	 
-	   int fd, off_t off ); 
-int munmap( void *addr, size_t len ); 
-int mprotect( const void *addr, size_t len, int prot ); 
-int msync( void *addr, size_t len, int flags ); 
-int shm_open( const char *name, int oflag, mode_t mode ); 
-int shm_unlink( const char *name );

Notes

None of these functions are currently provided. Some may -be implemented in a restricted form in the future.


PrevHomeNext
Synchronization [POSIX Section 11]UpExecution Scheduling [POSIX Section 13]
\ No newline at end of file