SSBM Decomp
Toggle main menu visibility
Loading...
Searching...
No Matches
OSLC.h
Go to the documentation of this file.
1
#ifndef _DOLPHIN_OSLC_H_
2
#define _DOLPHIN_OSLC_H_
3
4
#include <
dolphin/types.h
>
5
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
9
10
void
LCAllocOneTag
(
BOOL
invalidate,
void
*tag);
11
void
LCAllocTags
(
BOOL
invalidate,
void
*startTag,
u32
numBlocks);
12
void
LCAlloc
(
void
*addr,
u32
nBytes);
13
void
LCAllocNoInvalidate
(
void
*addr,
u32
nBytes);
14
15
#ifdef __cplusplus
16
}
17
#endif
18
19
#endif
LCAllocTags
void LCAllocTags(BOOL invalidate, void *startTag, u32 numBlocks)
LCAllocOneTag
void LCAllocOneTag(BOOL invalidate, void *tag)
LCAlloc
void LCAlloc(void *addr, u32 nBytes)
LCAllocNoInvalidate
void LCAllocNoInvalidate(void *addr, u32 nBytes)
types.h
BOOL
int BOOL
Definition
types.h:20
u32
unsigned long u32
Definition
types.h:9
extern
dolphin
include
dolphin
os
OSLC.h
Generated by
1.17.0