mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
Match most of DynamicLink
This commit is contained in:
@@ -221,4 +221,8 @@ inline JKRHeap* JKRGetCurrentHeap() {
|
||||
return JKRHeap::getCurrentHeap();
|
||||
}
|
||||
|
||||
inline u32 JKRGetMemBlockSize(JKRHeap* heap,void* block) {
|
||||
return JKRHeap::getSize(block,heap);
|
||||
}
|
||||
|
||||
#endif /* JKRHEAP_H */
|
||||
|
||||
Reference in New Issue
Block a user