koliseo 0.5.4
Loading...
Searching...
No Matches
KLS_Hooks Struct Reference

#include <koliseo.h>

Data Fields

KLS_hook_on_newon_new_handler
 Used to pass custom new handler for kls_new_alloc calls.
KLS_hook_on_freeon_free_handler
 Used to pass custom free handler for kls_free calls.
KLS_hook_on_pushon_push_handler
 Used to pass custom push handler for kls_push calls.
KLS_hook_on_temp_starton_temp_start_handler
 Used to pass custom start handler for kls_temp_start calls.
KLS_hook_on_temp_freeon_temp_free_handler
 Used to pass custom free handler for kls_temp_end calls.
KLS_hook_on_temp_pushon_temp_push_handler
 Used to pass custom push handler for kls_temp_push calls.

Field Documentation

◆ on_free_handler

KLS_hook_on_free* KLS_Hooks::on_free_handler

Used to pass custom free handler for kls_free calls.

◆ on_new_handler

KLS_hook_on_new* KLS_Hooks::on_new_handler

Used to pass custom new handler for kls_new_alloc calls.

◆ on_push_handler

KLS_hook_on_push* KLS_Hooks::on_push_handler

Used to pass custom push handler for kls_push calls.

◆ on_temp_free_handler

KLS_hook_on_temp_free* KLS_Hooks::on_temp_free_handler

Used to pass custom free handler for kls_temp_end calls.

◆ on_temp_push_handler

KLS_hook_on_temp_push* KLS_Hooks::on_temp_push_handler

Used to pass custom push handler for kls_temp_push calls.

◆ on_temp_start_handler

KLS_hook_on_temp_start* KLS_Hooks::on_temp_start_handler

Used to pass custom start handler for kls_temp_start calls.


The documentation for this struct was generated from the following file: