OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 22 milliseconds
Indexes created Sat Apr 18 00:22:28 UTC 2026