24#ifndef __MY_ALIGNED_MALLOC_H__ 
   25#define __MY_ALIGNED_MALLOC_H__ 
void * my_aligned_malloc(size_t size, size_t alignment)
Function allocates size bytes and returns a pointer to the allocated memory.
Definition: my_aligned_malloc.cc:38
 
void my_aligned_free(void *ptr)
Free allocated memory using my_aligned_malloc function.
Definition: my_aligned_malloc.cc:63
 
size_t size(const char *const c)
Definition: base64.h:46