Jerry Zhao

Results 4 issues of Jerry Zhao

I ran CloudSimExample8 and this error was raised. Maybe line 512 need not to be modified with iterator.

```c #include int main() { int *a = (int *)malloc(sizeof(int)); *a = 1; return 0; } ``` Hi, I wrote a demo and want to use mimalloc with asan enabled....

**Describe the bug** The coordinator's resource configuration is hard-coded. Users fail to use custom configurations. **To Reproduce** ``` import graphscope session = graphscope.session( k8s_coordinator_cpu=1) ``` Then use `kubectl` to describe...

stale