Phase 6: promote Front FastLane (default ON)
This commit is contained in:
@ -204,7 +204,9 @@ static inline int tiny_header_read(const void* base, int class_idx) {
|
||||
void* tiny_region_id_write_header(void* base, int class_idx);
|
||||
|
||||
// Forward declaration from tiny_header_write_once_env_box.h
|
||||
int tiny_header_write_once_enabled(void);
|
||||
// NOTE: This is static inline in tiny_header_write_once_env_box.h, not extern
|
||||
// Must include the header instead of forward declaring
|
||||
#include "tiny_header_write_once_env_box.h"
|
||||
|
||||
static inline void* tiny_header_finalize_alloc(void* base, int class_idx) {
|
||||
#if HAKMEM_TINY_HEADER_CLASSIDX
|
||||
|
||||
Reference in New Issue
Block a user