Example #1
0
void shmalloc_init(unsigned int address) {
    shmem_next = SHARED_BASE + address;
    SHMEM_LOCK = (unsigned int) LOCKS(SHMALLOC_LOCK_ID);
    //pr ("After shmalloc_init, shmem_next is: ", shmem_next, PR_STRING|PR_NEWL|PR_HEX);
}
Example #2
0
void shmalloc_init(unsigned int address) {
    shmem_next = SHARED_BASE + address;
    SHMEM_LOCK = (unsigned int) LOCKS(SHMALLOC_LOCK_ID);
}