mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-10 09:41:04 +03:00
Header refactoring: break out ql.h dependencies
This commit is contained in:
parent
610cb83419
commit
0237870c60
11 changed files with 20 additions and 2 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef JEMALLOC_INTERNAL_TSD_STRUCTS_H
|
||||
#define JEMALLOC_INTERNAL_TSD_STRUCTS_H
|
||||
|
||||
#include "jemalloc/internal/ql.h"
|
||||
|
||||
#if (!defined(JEMALLOC_MALLOC_THREAD_CLEANUP) && !defined(JEMALLOC_TLS) && \
|
||||
!defined(_WIN32))
|
||||
struct tsd_init_block_s {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue