Aucbvax.5685 fa.info-vax utzoo!decvax!ucbvax!info-vax Mon Jan 4 08:55:25 1982 Dynamic memory >From RPS@MIT-AI Mon Jan 4 08:52:57 1982 I'm in the process of writting some software that requires dynamic contiguous buffers. Contiguos is the key word. Acording to the documentation on LIB$GET_VM it can garauntee that successive calls by the main program will return contiguos memory because of ASTs/System services requesting memory. Now my question is: Can I write my own version of LIB$GET_VM and get all the system services to call it instead of the LIB$GET_VM which is bound into VMSRTL? and if I can write this routine how does one find the first unused location in the process? Thanx