[#BloombergLP-bslma-BufferAllocator-AllocCallback] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/BufferAllocator.adoc[BufferAllocator]::AllocCallback :relfileprefix: ../../../ :mrdocs: `AllocCallback` is an alias for (the address of) a function that takes an integer argument and returns `void *`. == Synopsis Declared in `<bslma_bufferallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef void*(* AllocCallback)(int); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#