aboutsummaryrefslogtreecommitdiffstats
path: root/transient_heap.c
Commit message (Expand)AuthorAgeFilesLines
* rename li_table->ar_table (and related names).ko12018-12-141-2/+2
* adopt sanitizer APIshyouhei2018-11-061-0/+14
* introduce USE_TRANSIENT_HEAP to enable/disable theap.ko12018-11-011-0/+2
* explicit cast to void* required for %pshyouhei2018-10-311-8/+8
* * remove trailing spaces, expand tabs.svn2018-10-301-8/+8
* support theap for T_HASH. [Feature #14989]ko12018-10-301-6/+20
* support theap for T_STRUCT.ko12018-10-301-10/+10
* support theap for T_OBJECT.ko12018-10-301-6/+14
* introduce TransientHeap. [Bug #14858]ko12018-10-301-0/+834