Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 

15 рядки
409 B

#library "ZMEMORY"
#include "zcommon.acs"
#include "ZMEMORY_g.acs"
#include "ZMEMORY_w.acs"
global int 63:gmemory[];
world int 255:wmemory[];
#libdefine nullptr 0
//#define nullptr 0
#define malloc_allocated 0
#define malloc_size 1
#define malloc_next_header 2
#define malloc_prev_header 3
#define malloc_num_header_properties 4
#define p_malloc_init_flag_location 0
#define p_malloc_first_header_location 1