lwmem/docs/examples_src/example_realloc_custom_realloc_log_2.c
2019-12-07 20:26:43 +01:00

10 lines
329 B
C

ints allocated for 12 integers
B = Free block; A = Address of free block; S = Free size
Allocation available bytes: 64 bytes
B 0: A: 0x00D2B160, S: 0, next B: 0x00D2B558; Start block
B 1: A: 0x00D2B558, S: 64, next B: 0x00D2B598
B 2: A: 0x00D2B598, S: 0, next B: 0x00000000; End of region
Allocation failed ints2!