Changeset ee4cf7 in git


Ignore:
Timestamp:
Jan 5, 2018, 3:37:33 PM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
efe21788c214c58329ba5eeb8b78923df01859da
Parents:
25ea9a7c2c1ac7855e46c5f4b2d4e82c1c271f0d
Message:
port: use stdlib.h instead of malloc.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/omAllocSystem.c

    r25ea9a7 ree4cf7  
    3333#define _omSizeOfLargeAddr(addr) (malloc_size(addr))
    3434#elif defined(HAVE_MALLOC_USABLE_SIZE)
    35 #include <malloc.h>
     35#include <stdlib.h>
    3636#define _omSizeOfLargeAddr(addr) (malloc_usable_size(addr))
    3737#else
Note: See TracChangeset for help on using the changeset viewer.