diff options
Diffstat (limited to 'src/heap.h')
-rw-r--r-- | src/heap.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -52,10 +52,4 @@ extern char *debugging_strdup (const char *s, const char *file, #endif -/* - * Allocate memory from the "shared" region of memory. - */ -extern void *malloc_shared_memory (size_t size); -extern void *calloc_shared_memory (size_t nmemb, size_t size); - #endif |