7 lines
163 B
C
7 lines
163 B
C
|
|
// tiny_publish.h - Publish aggregator box
|
||
|
|
#pragma once
|
||
|
|
#include "hakmem_tiny_superslab.h"
|
||
|
|
|
||
|
|
void tiny_publish_notify(int class_idx, SuperSlab* ss, int slab_idx);
|
||
|
|
|