HomeSort by relevance Sort by last modified time
    Searched refs:huge_ralloc_no_move (Results 1 - 5 of 5) sorted by null

  /external/jemalloc/include/jemalloc/internal/
huge.h 14 bool huge_ralloc_no_move(void *ptr, size_t oldsize, size_t size,
private_namespace.h 214 #define huge_ralloc_no_move JEMALLOC_N(huge_ralloc_no_move) macro
private_unnamespace.h 214 #undef huge_ralloc_no_move macro
jemalloc_internal.h 892 return (huge_ralloc_no_move(ptr, oldsize, size, extra));
  /external/jemalloc/src/
huge.c 75 huge_ralloc_no_move(void *ptr, size_t oldsize, size_t size, size_t extra) function
100 if (huge_ralloc_no_move(ptr, oldsize, size, extra) == false)

Completed in 37 milliseconds