mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-28 19:33:04 +03:00
Header refactoring: size_classes module - remove from the catchall
This commit is contained in:
parent
68da2361d2
commit
31b43219db
20 changed files with 28 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
|||
#ifndef JEMALLOC_INTERNAL_BASE_STRUCTS_H
|
||||
#define JEMALLOC_INTERNAL_BASE_STRUCTS_H
|
||||
|
||||
#include "jemalloc/internal/jemalloc_internal_types.h"
|
||||
#include "jemalloc/internal/size_classes.h"
|
||||
|
||||
/* Embedded at the beginning of every block of base-managed virtual memory. */
|
||||
struct base_block_s {
|
||||
/* Total size of block's virtual memory mapping. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue