#include <malloc.h> int main() { void *p = malloc(110); printf("%d\n", malloc_usable_size(p));}
Standard input is empty
116
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!