Searched refs:MemAlloc (Results 1 – 9 of 9) sorted by relevance
19 void* MemAlloc(uint32_t num_bytes) { return malloc(num_bytes); } in MemAlloc() function23 const PPB_Memory_Dev ppb_memory = {&MemAlloc, &MemFree};
61 thunk::GetPPB_Memory_Dev_0_1_Thunk()->MemAlloc( in ScopedPPVarArray()
21 void* Memory_Dev::MemAlloc(uint32_t num_bytes) { in MemAlloc() function in pp::Memory_Dev24 return get_interface<PPB_Memory_Dev>()->MemAlloc(num_bytes); in MemAlloc()
25 void* MemAlloc(uint32_t num_bytes);
77 memory_if->MemAlloc(sizeof(PP_Var) * props.size())); in GetAllPropertyNames()
27 RUN_TEST(MemAlloc, filter); in RunTests()33 memory_dev_interface_->MemAlloc(kTestBufferSize)); in TestMemAlloc()
22 * MemAlloc is a pointer to a function that allocate memory.28 mem_t MemAlloc([in] uint32_t num_bytes);
41 void* (*MemAlloc)(uint32_t num_bytes); member
78 thunk::GetPPB_Memory_Dev_0_1_Thunk()->MemAlloc(required_length + 1)); in UTF16ToCharSetDeprecated()188 thunk::GetPPB_Memory_Dev_0_1_Thunk()->MemAlloc( in CharSetToUTF16Deprecated()