MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / Block

Class Block

src/PowerPC_EABI_Support/src/MSL_C/MSL_Common/alloc.c:4–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "PowerPC_EABI_Support/MSL_C/MSL_Common/critical_regions.h"
3
4typedef struct Block
5{
6 struct Block* prev;
7 struct Block* next;
8 unsigned long max_size;
9 unsigned long size;
10} Block;
11
12typedef struct SubBlock
13{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected