Skip to content

Instantly share code, notes, and snippets.

View zhanglistar's full-sized avatar

zhanglistar zhanglistar

View GitHub Profile
U abort
U accept
U access
U acos
U acosf
U acosh
U acosl
U alarm
0000000013f6fba0 T aligned_alloc
U asin
@zhanglistar
zhanglistar / readalluxio
Created September 30, 2021 10:23
read data from alluxio using restful api
#pragma once
#include <Common/config.h>
#include <string>
#include <memory>
#include <Poco/File.h>
#include <Poco/URI.h>
#include <Poco/JSON/JSON.h>
void* malloc_align(int size, int align)
Void free(*addr)