Home
last modified time | relevance | path

Searched refs:_int_malloc (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c1475 static Void_t* _int_malloc(mstate, size_t);
1512 Void_t* _int_malloc();
2661 victim = _int_malloc(ar_ptr, bytes); in public_mALLOc()
2682 victim = _int_malloc(ar_ptr, bytes); in public_mALLOc()
2908 _int_malloc(mstate av, size_t bytes) in _int_malloc() function
3557 if (oldmem == 0) return _int_malloc(av, bytes); in _int_realloc()
3601 newmem = _int_malloc(av, nb - MALLOC_ALIGN_MASK); in _int_realloc()
3714 if (alignment <= MALLOC_ALIGNMENT) return _int_malloc(av, bytes); in _int_memalign()
3737 m = (char*)(_int_malloc(av, nb + alignment + MINSIZE)); in _int_memalign()