mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-11 18:51:05 +00:00
6 lines
75 B
C
6 lines
75 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#define MALLOC_SCRUB_BYTE 0xdc
|
||
|
|
#define FREE_SCRUB_BYTE 0xed
|
||
|
|
|