acpi_os_malloc
rv = (struct aml_value *)acpi_os_malloc(sizeof(struct aml_value));
scope = acpi_os_malloc(sizeof(struct aml_scope));
aml_ophash = (struct aml_opcode **)acpi_os_malloc(HASH_SIZE *
dl = acpi_os_malloc(sizeof(*dl));
pdata = acpi_os_malloc(sizeof(struct aml_notify_data));
node = acpi_os_malloc(sizeof(struct aml_node));
lhs->v_buffer = (uint8_t *)acpi_os_malloc(ival);
lhs->v_string = (char *)acpi_os_malloc(ival+1);
lhs->v_package = (struct aml_value **)acpi_os_malloc(ival *