13.9 Write an aligned malloc and free function that supports allocating memory such that the memory address returned is divisible by a specific power of two. EXAMPLE align_malloc (1000,128) will return a memory address that is a multiple of 128 and t
</head><body><%int i = 0;Object number = application.getAttribute("num");if(number == null){ i = 1; application.setAttribute("num",i); }else{ i = Integer.parseInt(application.getAttribute("num").toString());//由