koliseo 0.5.4
|
#include <koliseo.h>
Data Fields | |
KLS_hook_on_new * | on_new_handler |
Used to pass custom new handler for kls_new_alloc calls. | |
KLS_hook_on_free * | on_free_handler |
Used to pass custom free handler for kls_free calls. | |
KLS_hook_on_push * | on_push_handler |
Used to pass custom push handler for kls_push calls. | |
KLS_hook_on_temp_start * | on_temp_start_handler |
Used to pass custom start handler for kls_temp_start calls. | |
KLS_hook_on_temp_free * | on_temp_free_handler |
Used to pass custom free handler for kls_temp_end calls. | |
KLS_hook_on_temp_push * | on_temp_push_handler |
Used to pass custom push handler for kls_temp_push calls. |
KLS_hook_on_free* KLS_Hooks::on_free_handler |
Used to pass custom free handler for kls_free calls.
KLS_hook_on_new* KLS_Hooks::on_new_handler |
Used to pass custom new handler for kls_new_alloc calls.
KLS_hook_on_push* KLS_Hooks::on_push_handler |
Used to pass custom push handler for kls_push calls.
KLS_hook_on_temp_free* KLS_Hooks::on_temp_free_handler |
Used to pass custom free handler for kls_temp_end calls.
KLS_hook_on_temp_push* KLS_Hooks::on_temp_push_handler |
Used to pass custom push handler for kls_temp_push calls.
KLS_hook_on_temp_start* KLS_Hooks::on_temp_start_handler |
Used to pass custom start handler for kls_temp_start calls.