mirror of
https://github.com/zeldaret/tp
synced 2026-09-10 04:02:20 -04:00
Work on JAISeMgr (#368)
This commit is contained in:
@@ -63,14 +63,6 @@ struct JASHeap {
|
||||
/* 80290B54 */ ~JASHeap();
|
||||
};
|
||||
|
||||
struct JASGenericMemPool {
|
||||
/* 80290848 */ JASGenericMemPool();
|
||||
/* 80290860 */ ~JASGenericMemPool();
|
||||
/* 802908C8 */ void newMemPool(u32, int);
|
||||
/* 80290948 */ void alloc(u32);
|
||||
/* 80290994 */ void free(void*, u32);
|
||||
};
|
||||
|
||||
//
|
||||
// Forward References:
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user