大约有 52 项符合查询结果(耗时:0.0031秒) [XML]
App Inventor 2 扩展 · App Inventor 2 中文网
...nb149)
DRAFT: September 27, 2015
Updated: June 9, 2017
Updated: May 17, 2021
sample extensions are at: MIT App Inventor Extension
source code for sample extensions at: http://appinventor.mit.edu/extensions
Appinventor help: https://community.appinventor.mit.edu/
Note: App Inventor extension...
TLSF源码及算法介绍 - 开源 & Github - 清泛网 - 专注C/C++及内核技术
...
测试代码如下:
/*
* benchmark.cc
*
* Created on: Aug 19, 2021
* Author: root
*/
#include "utility/TestCommand.h"
#include "tlsf.h"
#include <benchmark/benchmark.h>
void std_test() {
void* p = malloc(1024);
*(int*)p = 2134;
free(p);
}
#define POOL_SIZE 102...
