HomeSort by: relevance | last modified time | path
    Searched defs:huge_malloc (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/stdlib/
jemalloc.c 858 static void *huge_malloc(size_t size);
2642 huge_malloc(size_t size) function in typeref:typename:void *
2697 * alignment. This means that huge_malloc() isn't good enough.
2867 ret = huge_malloc(size);
2928 ret = huge_malloc(size);
3019 ret = huge_malloc(ceil_size);
3042 * enabled, in which case huge_malloc() fills huge allocations
3045 ret = huge_malloc(size);
jemalloc.c 858 static void *huge_malloc(size_t size);
2642 huge_malloc(size_t size) function in typeref:typename:void *
2697 * alignment. This means that huge_malloc() isn't good enough.
2867 ret = huge_malloc(size);
2928 ret = huge_malloc(size);
3019 ret = huge_malloc(ceil_size);
3042 * enabled, in which case huge_malloc() fills huge allocations
3045 ret = huge_malloc(size);
jemalloc.c 858 static void *huge_malloc(size_t size);
2642 huge_malloc(size_t size) function in typeref:typename:void *
2697 * alignment. This means that huge_malloc() isn't good enough.
2867 ret = huge_malloc(size);
2928 ret = huge_malloc(size);
3019 ret = huge_malloc(ceil_size);
3042 * enabled, in which case huge_malloc() fills huge allocations
3045 ret = huge_malloc(size);

Completed in 35 milliseconds