[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scratch/igc 327f5698988 1/6: Implement igc_realloc_ambig
From: |
Gerd Moellmann |
Subject: |
scratch/igc 327f5698988 1/6: Implement igc_realloc_ambig |
Date: |
Thu, 16 May 2024 04:44:57 -0400 (EDT) |
branch: scratch/igc
commit 327f5698988be9cbccc88b697b0a34879d46f2f0
Author: Helmut Eller <eller.helmut@gmail.com>
Commit: Gerd Möllmann <gerd@gnu.org>
Implement igc_realloc_ambig
After awaking from hybernation the X server reinitialized devices and
requires igc_realloc_ambig.
* src/igc.c (igc_realloc_ambig):
---
src/igc.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/igc.c b/src/igc.c
index be5501aef84..54f2480865c 100644
--- a/src/igc.c
+++ b/src/igc.c
@@ -2241,7 +2241,6 @@ igc_xzalloc_ambig (size_t size)
void *
igc_realloc_ambig (void *block, size_t size)
{
-#if 0 // non tested code:
struct igc_root_list *r = root_find (block);
igc_assert (r != NULL);
destroy_root (&r);
@@ -2253,8 +2252,6 @@ igc_realloc_ambig (void *block, size_t size)
void *end = (char *)p + new_size;
root_create_ambig (global_igc, p, end);
return p;
-#endif
- emacs_abort ();
}
- scratch/igc updated (6ee9e1f1652 -> d991d9af5f4), Gerd Moellmann, 2024/05/16
- scratch/igc 327f5698988 1/6: Implement igc_realloc_ambig,
Gerd Moellmann <=
- scratch/igc f72fc5d8f5b 5/6: Include stats about pseudovectors in igc-info, Gerd Moellmann, 2024/05/16
- scratch/igc f24fd779881 3/6: Tighter bounds for the dumped hot region, Gerd Moellmann, 2024/05/16
- scratch/igc 347df7bc8ff 2/6: In dflt_scanx, check types more carefully, Gerd Moellmann, 2024/05/16
- scratch/igc d991d9af5f4 6/6: Register the dump as exact root, Gerd Moellmann, 2024/05/16
- scratch/igc 0d7e81dd782 4/6: Factorize common pattern to dump arrays, Gerd Moellmann, 2024/05/16