Change MemoryContextMemAllocated to return Size
Commit
f2369bc610 switched most of the memory accounting from int64 to
Size, but it forgot to change the MemoryContextMemAllocated return type.
So this fixes that omission.
Discussion: https://www.postgresql.org/message-id/11238.
1570200198%40sss.pgh.pa.us