mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
feat(profile): more symbols
This commit is contained in:
parent
ea452811d6
commit
0d8380a6a5
19 changed files with 355 additions and 101 deletions
|
|
@ -12,9 +12,14 @@
|
|||
// TSingletonInstanceId<T>
|
||||
#define COMMON_INSTANCE_ID(T) \
|
||||
STORM_TS_LIST(T); \
|
||||
typedef struct TInstanceId_##T##__v_table TInstanceId_##T##__v_table; \
|
||||
typedef struct TInstanceId_##T TInstanceId_##T; \
|
||||
typedef struct TSingletonInstanceId_##T TSingletonInstanceId_##T; \
|
||||
struct TInstanceId_##T##__v_table { \
|
||||
void* v_fn_00_scalar_deleting_destructor; \
|
||||
}; \
|
||||
struct TInstanceId_##T { \
|
||||
TInstanceId_##T##__v_table* v_table; \
|
||||
TSLinkedNode_##T b_base; \
|
||||
uint32_t m_id; \
|
||||
}; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue