arudradey's picture
download
raw
283 Bytes
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
int main() {
uintptr_t sbrk0 = (uintptr_t)sbrk(0);
printf("%p ", malloc(0x10000000u));
printf("%p ", malloc(0x80000000u));
printf("%p ", malloc(0xF0000000u));
printf("%d\n", (int)(sbrk0 == (uintptr_t)sbrk(0)));
}

Xet Storage Details

Size:
283 Bytes
·
Xet hash:
5a3770d8735ef120ac822a778de6f2f2b78011b044f1fd4af403822c15142030

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.