OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isalloc
(Results
1 - 3
of
3
) sorted by null
/external/jemalloc/include/jemalloc/internal/
jemalloc_internal.h
992
size_t
isalloc
(tsdn_t *tsdn, const void *ptr, bool demote);
1038
* size_t sz =
isalloc
(tsdn, ptr, config_prof);
1041
isalloc
(tsdn_t *tsdn, const void *ptr, bool demote)
function
1064
isalloc
(tsdn, ret, config_prof));
1091
arena_metadata_allocated_add(iaalloc(ret),
isalloc
(tsdn, ret,
1126
return (
isalloc
(tsdn, ptr, demote));
1146
size_t usize =
isalloc
(tsdn, ptr, false);
1160
arena_metadata_allocated_sub(iaalloc(ptr),
isalloc
(tsdn, ptr,
[
all
...]
private_namespace.h
310
#define
isalloc
JEMALLOC_N(
isalloc
)
macro
[
all
...]
private_unnamespace.h
310
#undef
isalloc
macro
Completed in 207 milliseconds