I know that depending of the implementation of malloc, the algorithm used differs (free linked lists, buckets, binary buddy... - and often it is a mix).
So I was wondering if it is possible to know the size of the metadata stored by malloc for a certain block and access it even as a copy.
I have not found any standard function or method to do it.
Any idea?