HomeSort by: relevance | last modified time | path
    Searched refs:allocated_after (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/jemalloc/dist/test/unit/
zero_realloc_alloc.c 33 uint64_t allocated_after = allocated(); local
36 expect_u64_lt(allocated_before, allocated_after,
  /src/external/bsd/jemalloc.old/dist/test/unit/
zero_realloc_alloc.c 33 uint64_t allocated_after = allocated(); local
36 expect_u64_lt(allocated_before, allocated_after,
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
jemalloc_internal_inlines_c.h 225 fastpath_success_finish(tsd_t *tsd, uint64_t allocated_after,
227 thread_allocated_set(tsd, allocated_after);
292 uint64_t allocated_after = allocated + usize;
309 if (unlikely(allocated_after >= threshold)) {
328 fastpath_success_finish(tsd, allocated_after, bin, ret);
333 fastpath_success_finish(tsd, allocated_after, bin, ret);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
jemalloc_internal_inlines_c.h 225 fastpath_success_finish(tsd_t *tsd, uint64_t allocated_after,
227 thread_allocated_set(tsd, allocated_after);
292 uint64_t allocated_after = allocated + usize;
309 if (unlikely(allocated_after >= threshold)) {
328 fastpath_success_finish(tsd, allocated_after, bin, ret);
333 fastpath_success_finish(tsd, allocated_after, bin, ret);
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
jemalloc_internal_inlines_c.h 225 fastpath_success_finish(tsd_t *tsd, uint64_t allocated_after,
227 thread_allocated_set(tsd, allocated_after);
292 uint64_t allocated_after = allocated + usize;
309 if (unlikely(allocated_after >= threshold)) {
328 fastpath_success_finish(tsd, allocated_after, bin, ret);
333 fastpath_success_finish(tsd, allocated_after, bin, ret);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
jemalloc_internal_inlines_c.h 225 fastpath_success_finish(tsd_t *tsd, uint64_t allocated_after,
227 thread_allocated_set(tsd, allocated_after);
292 uint64_t allocated_after = allocated + usize;
309 if (unlikely(allocated_after >= threshold)) {
328 fastpath_success_finish(tsd, allocated_after, bin, ret);
333 fastpath_success_finish(tsd, allocated_after, bin, ret);

Completed in 16 milliseconds