Changeset fd6436 in git for omalloc


Ignore:
Timestamp:
Apr 10, 2017, 1:31:52 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
8a20520a56cabf3ab18f0ccf689a7f4d0910d24a
Parents:
61ef55a4ec76b73af44ac4cc9f4e62a070673a67
Message:
omalloc: OsX port
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/omAllocSystem.c

    r61ef55 rfd6436  
    3030/* allocation of large addr */
    3131#if defined(HAVE_MALLOC_SIZE)
     32#include <malloc/malloc.h>
    3233#define _omSizeOfLargeAddr(addr) (malloc_size(addr))
    3334#elif defined(HAVE_MALLOC_USABLE_SIZE)
Note: See TracChangeset for help on using the changeset viewer.