From d535770c180ef92c69f65e9a228e8c4a99398c53 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 18 Aug 2008 13:06:33 +0000 Subject: small error, stopped apricot building on linux-32bit --- intern/guardedalloc/intern/mallocn.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/intern/guardedalloc/intern/mallocn.c b/intern/guardedalloc/intern/mallocn.c index b89ef3d3c69..7bdca7339fc 100644 --- a/intern/guardedalloc/intern/mallocn.c +++ b/intern/guardedalloc/intern/mallocn.c @@ -696,12 +696,12 @@ static const char *check_memlist(MemHead *memh) return(name); } -unsigned long MEM_get_memory_in_use(void) +uintptr_t MEM_get_memory_in_use(void) { return mem_in_use; } -unsigned long MEM_get_mapped_memory_in_use(void) +uintptr_t MEM_get_mapped_memory_in_use(void) { return mmap_in_use; } -- cgit v1.2.3