Call the real native malloc @param size size of the memory to be allocated @return native address of the allocated memory block; zero if the allocation failed.
(long size)
| 2466 | * allocation failed. |
| 2467 | */ |
| 2468 | public static native long malloc(long size); |
| 2469 | |
| 2470 | /** |
| 2471 | * Call the real native free |