Searched defs:am_shm_alloc (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dshared.c854 return am_shm_alloc(am, usize);
866 return am_shm_alloc(am, usize);
883 void *am_shm_alloc(am_shm_t *am, size_t usize) { function
960 return am_shm_alloc(am, usize); /* POSIX.1 semantics */
972 if ((vp = am_shm_alloc(am, usize)) == NULL) {

Completed in 179 milliseconds