OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocthreadunsafe
(Results
1 - 9
of
9
) sorted by null
/art/runtime/gc/space/
memory_tool_malloc_space.h
39
mirror::Object*
AllocThreadUnsafe
(Thread* self, size_t num_bytes, size_t* bytes_allocated,
bump_pointer_space-inl.h
42
inline mirror::Object* BumpPointerSpace::
AllocThreadUnsafe
(Thread* self, size_t num_bytes,
memory_tool_malloc_space-inl.h
144
kUseObjSizeForUsable>::
AllocThreadUnsafe
(
150
void* obj_with_rdz = S::
AllocThreadUnsafe
(self, num_bytes + 2 * kMemoryToolRedZoneBytes,
bump_pointer_space.h
52
mirror::Object*
AllocThreadUnsafe
(Thread* self, size_t num_bytes, size_t* bytes_allocated,
rosalloc_space.h
57
mirror::Object*
AllocThreadUnsafe
(Thread* self, size_t num_bytes, size_t* bytes_allocated,
region_space-inl.h
35
inline mirror::Object* RegionSpace::
AllocThreadUnsafe
(Thread* self, size_t num_bytes,
region_space.h
49
mirror::Object*
AllocThreadUnsafe
(Thread* self, size_t num_bytes, size_t* bytes_allocated,
space.h
219
virtual mirror::Object*
AllocThreadUnsafe
(Thread* self, size_t num_bytes, size_t* bytes_allocated,
/art/runtime/gc/collector/
semi_space.cc
521
forward_address = promo_dest_space_->
AllocThreadUnsafe
(self_, object_size, &bytes_allocated,
525
forward_address = to_space_->
AllocThreadUnsafe
(self_, object_size, &bytes_allocated, nullptr,
571
forward_address = to_space_->
AllocThreadUnsafe
(self_, object_size, &bytes_allocated, nullptr,
579
forward_address = fallback_space_->
AllocThreadUnsafe
(self_, object_size, &bytes_allocated,
[
all
...]
Completed in 561 milliseconds