I've recently run across the error message
central_freelist.cc:322 tcmalloc: allocation failed 16384
Looking at the source code, I see that that tcmalloc is reporting "npages".
How should I interpret this number? What information does it provide me to help me debug an application? Is there a way to tell how big a 'page' is, or if npages is an unreasonable value?