taglinefilesource code
linux_ptr139drivers/sound/os.h#define PERMANENT_MALLOC(typecast, mem_ptr, size, linux_ptr) \
linux_ptr140drivers/sound/os.h{mem_ptr = (typecast)linux_ptr; \
linux_ptr141drivers/sound/os.hlinux_ptr += (size);}