Add configure test for alloc_size attribute.

This commit is contained in:
Jason Evans 2015-07-10 16:41:12 -07:00
parent ae93d6bf36
commit 0b8f0bc0a4
3 changed files with 21 additions and 2 deletions

View file

@ -1,6 +1,9 @@
/* Defined if __attribute__((...)) syntax is supported. */
#undef JEMALLOC_HAVE_ATTR
/* Defined if alloc_size attribute is supported. */
#undef JEMALLOC_HAVE_ATTR_ALLOC_SIZE
/*
* Define overrides for non-standard allocator-related functions if they are
* present on the system.