summaryrefslogtreecommitdiff
path: root/vere/pkg/noun/v1/vortex.h
blob: 92743f746dcd9284b608d00f3d69e45f5f1c68a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/// @file

#ifndef U3_VORTEX_V1_H
#define U3_VORTEX_V1_H

#include "../allocate.h"
#include "v2/vortex.h"

  /**  Aliases.
  **/
#     define  u3H_v1       u3H_v2
#     define  u3A_v1       u3A_v2
#     define  u3v_v1_home  u3v_v2_home

  /**  Functions.
  **/
    /* u3v_v1_reclaim(): clear ad-hoc persistent caches to reclaim memory.
    */
      void
      u3v_v1_reclaim(void);

#endif /* ifndef U3_VORTEX_V1_H */