摘要:
google protobuf是一个灵活的、高效的用于序列化数据的协议。相比较XML和JSON格式,protobuf更小、更快、更便捷。google protobuf是跨语言的,并且自带了一个编译器(protoc),只需要用它进行编译,可以编译成Java、python、C++、C#、Go等代码,然后 阅读全文
摘要:
管理区分配器(The Zone Allocator) 相关函数: alloc_pages(gfp_mask, order) struct page * fastcall__alloc_pages(unsigned int gfp_mask, unsigned int order, struct zo 阅读全文