mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2024-10-01 01:36:01 -04:00
9 lines
121 B
C
9 lines
121 B
C
#include <malloc.h>
|
|
|
|
#include "test_util.h"
|
|
|
|
OPTNONE int main(void) {
|
|
malloc_usable_size((void *)1);
|
|
return 0;
|
|
}
|