Remove JEMALLOC_ALLOC_SIZE annotations on functions not returning pointers

As per gcc documentation:
  The alloc_size attribute is used to tell the compiler that the function
  return value points to memory (...)

This resolves #245.
2 files changed