Query: rmalloc
OS: osf1
Section: 9r
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
rmalloc(9r) rmalloc(9r)NAMErmalloc - General: Allocates size units from the given resource mapSYNOPSISlong rmalloc( struct map *map_struct, long size );ARGUMENTSSpecifies a pointer to a map structure that was previously initialized by a call to rminit. Specifies the size of the units to allocate.DESCRIPTIONThe rmalloc routine allocates size units from the given resource map. In a map, the addresses are increasing, and the list is terminated by a zero size. The actual units managed by the map are arbitrary and can be map registers, bytes, blocks, and so forth.NOTESThe caller is responsible for providing any locking necessary for the map structure that the system passes to the rmalloc routine.RETURN VALUESThe rmalloc routine returns the base of the allocated space. It returns an error if no space could be allocated.SEE ALSORoutines: rmfree(9r), rmget(9r), rminit(9r) rmalloc(9r)
Related Man Pages |
---|
rminit(9r) - osf1 |
rmallocmap_wait(9f) - sunos |
rmalloc(9f) - opensolaris |
rmalloc_wait(9f) - opensolaris |
rmfreemap(9f) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
PHP Write Man Pages to MySQL DB |
Denial Of Service Attack Update |