mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-16 18:06:22 +03:00
7 lines
282 B
C
7 lines
282 B
C
/*
|
|
* This header should be included by tests, rather than directly including
|
|
* jemalloc/jemalloc.h, because --with-install-suffix may cause the header to
|
|
* have a different name.
|
|
*/
|
|
#include "jemalloc/jemalloc@install_suffix@.h"
|
|
#include "jemalloc/internal/jemalloc_internal.h"
|