mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-11 02:01:02 +03:00
Add configure test for alloc_size attribute.
This commit is contained in:
parent
ae93d6bf36
commit
0b8f0bc0a4
3 changed files with 21 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue