This website requires JavaScript.
Explore
Help
Sign In
Embedded
/
pikapython
Watch
1
Star
0
Fork
0
You've already forked pikapython
mirror of
https://gitee.com/Lyon1998/pikapython.git
synced
2025-01-15 17:02:53 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
pikapython
/
port
/
linux
/
test
/
pika_config_gtest.h
5 lines
100 B
C
Raw
Normal View
History
Unescape
Escape
add log_buff when printf
2022-01-03 21:12:05 +08:00
#
define LOG_BUFF_MAX 100
add objCnt ready to check where enable the mark_sweep auto gc with threshold failed, add some assert more assert about obj alive, dict mark not correct add pikaGC_try, but cannot run at any time markSweep crashed on keyword save gcRoot for obj to debug add debug point add kernal_debug config to keep more debug info use @res_<opt> to mark operation found self reference on __iter__() can not fix gc err around iter remove lock, only keep the self lock more obj info for debug only pikaui not pass only pikaui not pass
2023-03-06 14:39:04 +08:00
#
define LOG_SIZE 512
void
mem_pool_deinit
(
void
)
;
using clang-tidy and add format.py to auto-format
2023-07-09 23:12:21 +08:00
void
mem_pool_init
(
void
)
;
Reference in New Issue
Copy Permalink